pub fn is_format_macro(cx: &LateContext<'_>, macro_def_id: DefId) -> boolExpand 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) -> boolReturns true if a given Macro DefId is a format macro (e.g. println!)