Skip to content

Commit 4130185

Browse files
committed
---
yaml --- r: 42983 b: refs/heads/try c: 0110dfb h: refs/heads/master i: 42981: 352af2e 42979: 3ade630 42975: 2e7b416 v: v3
1 parent bdd8919 commit 4130185

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 19dfec2aaf746535de1521f68421f9980dbf25de
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5-
refs/heads/try: efd66b0339b66ff6d318b514d589f87947db7ab3
5+
refs/heads/try: 0110dfb27cc72b7cb269630061e87e858eda0610
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278

branches/try/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)