#[macro_use] extern crate fomat_macros; #[test] fn macro_use() { let c: Vec = vec!["a".into()]; let _ = fomat!( "" ); }