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