From c75e8d46c2fc576661c01f9eadb0866b3367ca4b Mon Sep 17 00:00:00 2001 From: Eduard Burtescu Date: Wed, 3 Dec 2014 22:46:09 +0200 Subject: core: remove the dead function fmt::argumentstr. --- src/libstd/fmt.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd') 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. -- cgit 1.4.1-3-g733a5