feat: add f as alias for std::format macro
This commit is contained in:
parent
64dd15fcb9
commit
7f2f8bdd5b
1 changed files with 4 additions and 0 deletions
|
@ -1,2 +1,6 @@
|
||||||
|
#![allow(unused_imports)]
|
||||||
//
|
//
|
||||||
mod newtype;
|
mod newtype;
|
||||||
|
|
||||||
|
/// Alias for [format] macro.
|
||||||
|
pub use std::format as f;
|
||||||
|
|
Loading…
Add table
Reference in a new issue