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!
This commit is contained in:
Alex Crichton 2013-09-12 19:36:58 -07:00
parent 36872e4180
commit cfe3db810b
6 changed files with 73 additions and 124 deletions

View file

@ -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;