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:
parent
36872e4180
commit
cfe3db810b
6 changed files with 73 additions and 124 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue