Clippy v0.0.107 Release Notes

Release Date: 2017-01-11 // over 7 years ago
    • ⚡️ Update regex dependency
    • 🛠 Fix FP when matching &&mut by &ref
    • Reintroduce for (_, x) in &mut hash_map -> for x in hash_map.values_mut()
    • New lints: [unused_io_amount], [forget_ref], [short_circuit_statement]