mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-03 01:16:14 +03:00
Rename stepper module to step.
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
use std::collections::HashMap;
|
||||
|
||||
mod stepper;
|
||||
mod step;
|
||||
|
||||
pub struct EvalContext<'a, 'tcx: 'a> {
|
||||
/// The results of the type checker, from rustc.
|
||||
|
||||
Reference in New Issue
Block a user