Skip to content

Commit a9587b8

Browse files
committed
core: Remove transitional code
1 parent a71d004 commit a9587b8

File tree

4 files changed

+0
-1052
lines changed

4 files changed

+0
-1052
lines changed

src/libcore/extfmt.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -499,12 +499,6 @@ pub mod rt {
499499

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

502-
#[cfg(stage0)]
503-
pub type Conv = {flags: u32, width: Count, precision: Count, ty: Ty};
504-
505-
#[cfg(stage1)]
506-
#[cfg(stage2)]
507-
#[cfg(stage3)]
508502
pub struct Conv {
509503
flags: u32,
510504
width: Count,

0 commit comments

Comments
 (0)