Rename stepper module to step.
This commit is contained in:
parent
7bda9f24d6
commit
d80cf91ef2
2 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ use primval::{self, PrimVal};
|
|||
|
||||
use std::collections::HashMap;
|
||||
|
||||
mod stepper;
|
||||
mod step;
|
||||
|
||||
pub struct EvalContext<'a, 'tcx: 'a> {
|
||||
/// The results of the type checker, from rustc.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue