Macro fstrings_rust::warn_f[][src]

macro_rules! warn_f {
    (
            $($dol $stream : expr,)? $dol($dol args:tt)*
        ) => { ... };
}

Shorthand for [warn!(format_f!].