Skip to content

Commit e710653

Browse files
committed
std: Remove dual export of Show
Closes #14996
1 parent 72c08a4 commit e710653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)