diff options
| author | Eduard Burtescu <edy.burt@gmail.com> | 2014-12-03 22:46:09 +0200 |
|---|---|---|
| committer | Eduard Burtescu <edy.burt@gmail.com> | 2014-12-08 09:14:21 +0200 |
| commit | c75e8d46c2fc576661c01f9eadb0866b3367ca4b (patch) | |
| tree | a12d8408a7df5b85afa8ab1b3e779c4463256bfc /src/libstd | |
| parent | 83a44c7fa676b4e5e546ce3d4624e585f9a1e899 (diff) | |
| download | rust-c75e8d46c2fc576661c01f9eadb0866b3367ca4b.tar.gz rust-c75e8d46c2fc576661c01f9eadb0866b3367ca4b.zip | |
core: remove the dead function fmt::argumentstr.
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/fmt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/fmt.rs b/src/libstd/fmt.rs index 6a2047d1cef..d0c9df9d914 100644 --- a/src/libstd/fmt.rs +++ b/src/libstd/fmt.rs @@ -418,7 +418,7 @@ pub use core::fmt::Error; pub use core::fmt::{Argument, Arguments, write, radix, Radix, RadixFmt}; #[doc(hidden)] -pub use core::fmt::{argument, argumentstr, argumentuint}; +pub use core::fmt::{argument, argumentuint}; /// The format function takes a precompiled format string and a list of /// arguments, to return the resulting formatted string. |
