debtmap 0.16.3

Code complexity and technical debt analyzer
Documentation
1
2
3
4
5
fn process_empty() -> Vec<i32> {
    vec![].into_iter()
        .filter(|&x: &i32| x > 0)
        .collect()
}