Skip to content
6 changes: 0 additions & 6 deletions src/libcore/extfmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -499,12 +499,6 @@ pub mod rt {

pub enum Ty { TyDefault, TyBits, TyHexUpper, TyHexLower, TyOctal, }

#[cfg(stage0)]
pub type Conv = {flags: u32, width: Count, precision: Count, ty: Ty};

#[cfg(stage1)]
#[cfg(stage2)]
#[cfg(stage3)]
pub struct Conv {
flags: u32,
width: Count,
Expand Down
Loading