rust-unofficial / patterns

A catalogue of Rust design patterns, anti-patterns and idioms
https://rust-unofficial.github.io/patterns/
Mozilla Public License 2.0
7.87k stars 357 forks source link

Remove lints that have been removed #213

Closed matthiasbeyer closed 3 years ago

matthiasbeyer commented 3 years ago

This patch removes lints that have been removed (tested with rustc 1.48.0).

Closes #89