From cfe3db810b7991ef1144afaed4156ddc2586efef Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 12 Sep 2013 19:36:58 -0700 Subject: Reduce the amount of complexity in format! This renames the syntax-extension file to format from ifmt, and it also reduces the amount of complexity inside by defining all other macros in terms of format_args! --- src/libsyntax/syntax.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/syntax.rs') diff --git a/src/libsyntax/syntax.rs b/src/libsyntax/syntax.rs index fec3b88aab4..48270702e0d 100644 --- a/src/libsyntax/syntax.rs +++ b/src/libsyntax/syntax.rs @@ -72,7 +72,7 @@ pub mod ext { pub mod cfg; pub mod fmt; - pub mod ifmt; + pub mod format; pub mod env; pub mod bytes; pub mod concat_idents; -- cgit 1.4.1-3-g733a5