pub fn is_todo_unimplemented_macro(
cx: &LateContext<'_>,
expr: &Expr<'_>,
) -> bool
Expand description
Checks if the given expression is a macro call to todo!()
or unimplemented!()
.
pub fn is_todo_unimplemented_macro(
cx: &LateContext<'_>,
expr: &Expr<'_>,
) -> bool
Checks if the given expression is a macro call to todo!()
or unimplemented!()
.