Skip to content

Commit 8d0f6a6

Browse files
committed
---
yaml --- r: 42196 b: refs/heads/master c: a9587b8 h: refs/heads/master v: v3
1 parent fbf432d commit 8d0f6a6

File tree

5 files changed

+1
-1053
lines changed

5 files changed

+1
-1053
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: a71d0043934371309ba2b7b23b67552c48a41b25
2+
refs/heads/master: a9587b8fcd3e436cf2e4a25997e6eecc4608235b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650

trunk/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)