Clippy v0.0.88 Release Notes

Release Date: 2016-09-04 // over 7 years ago
    • Rustup to rustc 1.13.0-nightly (70598e04f 2016-09-03)
    • 👕 The following lints are not new but were only usable through the clippy lint groups: [filter_next], [for_loop_over_option], [for_loop_over_result] and [match_overlapping_arm]. You should now be able to #[allow/deny] them individually and they are available directly through cargo clippy.