Skip to content

Commit 59f531f

Browse files
committed
---
yaml --- r: 42317 b: refs/heads/master c: 0110dfb h: refs/heads/master i: 42315: 5a77243 v: v3
1 parent 06648fe commit 59f531f

File tree

9 files changed

+11
-1069
lines changed

9 files changed

+11
-1069
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: efd66b0339b66ff6d318b514d589f87947db7ab3
2+
refs/heads/master: 0110dfb27cc72b7cb269630061e87e858eda0610
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)