Skip to content

Commit 18a20b7

Browse files
committed
---
yaml --- r: 118639 b: refs/heads/try c: e710653 h: refs/heads/master i: 118637: 5864cee 118635: ce5f00b 118631: 49791a9 118623: ce0016c v: v3
1 parent cc7c326 commit 18a20b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: b1646cbfd908dc948b251e362669af421100647a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: d6736a1440d42f6af967a8a20ab8d73522112b72
5-
refs/heads/try: 72c08a4f8f52da100d1c3e7ffe06e9ad4f3a0e28
5+
refs/heads/try: e710653a3b2f0c9f7555c0a4fc01d083c7a4ce91
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/src/libstd/fmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ use str;
420420
use string;
421421
use slice::Vector;
422422

423-
pub use core::fmt::{Formatter, Result, FormatWriter, Show, rt};
423+
pub use core::fmt::{Formatter, Result, FormatWriter, rt};
424424
pub use core::fmt::{Show, Bool, Char, Signed, Unsigned, Octal, Binary};
425425
pub use core::fmt::{LowerHex, UpperHex, String, Pointer};
426426
pub use core::fmt::{Float, LowerExp, UpperExp};

0 commit comments

Comments
 (0)