std: Remove dual export of Show

Closes #14996
This commit is contained in:
Alex Crichton 2014-06-18 01:13:53 -07:00
parent 72c08a4f8f
commit e710653a3b

View File

@ -420,7 +420,7 @@ use str;
use string;
use slice::Vector;
pub use core::fmt::{Formatter, Result, FormatWriter, Show, rt};
pub use core::fmt::{Formatter, Result, FormatWriter, rt};
pub use core::fmt::{Show, Bool, Char, Signed, Unsigned, Octal, Binary};
pub use core::fmt::{LowerHex, UpperHex, String, Pointer};
pub use core::fmt::{Float, LowerExp, UpperExp};