Skip to content

Commit d80cf91

Browse files
committed
Rename stepper module to step.
1 parent 7bda9f2 commit d80cf91

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/interpreter/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use primval::{self, PrimVal};
2323

2424
use std::collections::HashMap;
2525

26-
mod stepper;
26+
mod step;
2727

2828
pub struct EvalContext<'a, 'tcx: 'a> {
2929
/// The results of the type checker, from rustc.
File renamed without changes.

0 commit comments

Comments
 (0)