By DeepSource
All issues
Anti-pattern
Bug risk
Coverage
Documentation
Performance
Security
Style
Type check
The presence of the todo! macro in code indicates an incomplete implementation. Consider revisiting this code.
todo!
fn f() -> u32 { todo!() }