diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-24 07:14:34 +0530 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2015-02-24 12:08:33 +0530 |
| commit | eaacc7aad5817ca10277ea6658d6e23b88d4cf77 (patch) | |
| tree | b66e147432136157f275f502db8fad393211e3e1 /src/libcollections | |
| parent | c89a30f2ab9342d4b2dc7a0878c40a1dd318af23 (diff) | |
| parent | e3104d8f0c3ceb3b268cd6ddc5e91f355e44a7c5 (diff) | |
| download | rust-eaacc7aad5817ca10277ea6658d6e23b88d4cf77.tar.gz rust-eaacc7aad5817ca10277ea6658d6e23b88d4cf77.zip | |
Rollup merge of #22632 - nagisa:kill-show-string-with-fire!, r=alexcrichton
Toss the tomatoes! r? @aturon Fixes #22478. The underlying bug(?) behind that issue still exists though and there’s another issue that reports it.
Diffstat (limited to 'src/libcollections')
| -rw-r--r-- | src/libcollections/fmt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcollections/fmt.rs b/src/libcollections/fmt.rs index 1b5018f4ad7..98673af3c68 100644 --- a/src/libcollections/fmt.rs +++ b/src/libcollections/fmt.rs @@ -404,7 +404,7 @@ #![stable(feature = "rust1", since = "1.0.0")] pub use core::fmt::{Formatter, Result, Write, rt}; -pub use core::fmt::{Show, String, Octal, Binary}; +pub use core::fmt::{Octal, Binary}; pub use core::fmt::{Display, Debug}; pub use core::fmt::{LowerHex, UpperHex, Pointer}; pub use core::fmt::{LowerExp, UpperExp}; |
