From 42aed6bde2fb05a262e21334656cdf91f51744dd Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 27 May 2014 20:44:58 -0700 Subject: std: Remove format_strbuf!() This was only ever a transitionary macro. --- src/libstd/path/windows.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/path') diff --git a/src/libstd/path/windows.rs b/src/libstd/path/windows.rs index 1fc2fa1d221..88c3e9def8c 100644 --- a/src/libstd/path/windows.rs +++ b/src/libstd/path/windows.rs @@ -900,7 +900,7 @@ pub fn make_non_verbatim(path: &Path) -> Option { } Some(VerbatimUNCPrefix(_,_)) => { // \\?\UNC\server\share - Path::new(format_strbuf!(r"\\{}", repr.slice_from(7))) + Path::new(format!(r"\\{}", repr.slice_from(7))) } }; if new_path.prefix.is_none() { -- cgit 1.4.1-3-g733a5