debtmap 0.20.0

Code complexity and technical debt analyzer
Documentation
1
2
3
fn duplicate(x: i32) -> (i32, i32) {
    (x, x)
}