blob: 2e529078239b0fb051060ad33b67924eaf86cda7 [file] [log] [blame]
#![crate_name = "foo"]
pub mod iter {
mod range {
pub struct StepBy;
}
pub use self::range::StepBy as DeprecatedStepBy;
pub struct StepBy;
}