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.85k stars 354 forks source link

deny-warnings: remove contradiction with rustc doc #282

Closed MarcoIeni closed 2 years ago

MarcoIeni commented 2 years ago

Closes #281

As the issue says, the forbid acts the same as deny with the --cap-lints` flag, so there is no need to specify this special case. I just removed the sentence for the sake of simplicity.

simonsan commented 2 years ago

Thank you :)