1
Fork 0

Add new lint doc_include_without_cfg

This commit is contained in:
Guillaume Gomez 2024-10-29 17:53:40 +01:00
parent 73bad368f2
commit 404e47aa84
11 changed files with 176 additions and 3 deletions

View file

@ -6,7 +6,7 @@
A collection of lints to catch common mistakes and improve your
[Rust](https://github.com/rust-lang/rust) code.
[There are over 700 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
[There are over 750 lints included in this crate!](https://rust-lang.github.io/rust-clippy/master/index.html)
Lints are divided into categories, each with a default [lint
level](https://doc.rust-lang.org/rustc/lints/levels.html). You can choose how