Rename stepper module to step.

This commit is contained in:
Scott Olson 2016-06-23 00:04:10 -06:00
parent 7bda9f24d6
commit d80cf91ef2
2 changed files with 1 additions and 1 deletions

View File

@ -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.