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