pub fn is_format_macro(cx: &LateContext<'_>, macro_def_id: DefId) -> bool
Expand description
Returns true if a given Macro DefId
is a format macro (e.g. println!
)
pub fn is_format_macro(cx: &LateContext<'_>, macro_def_id: DefId) -> bool
Returns true if a given Macro DefId
is a format macro (e.g. println!
)