debtmap 0.20.0

Code complexity and technical debt analyzer
Documentation
1
2
3
fn just_collect(items: Vec<i32>) -> Vec<i32> {
    items.into_iter().collect()
}