File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -101,5 +101,18 @@ The `clippy::cargo` group gives you suggestions on how to improve your
101101your crate and are not sure if you have all useful information in your
102102` Cargo.toml ` .
103103
104+ ## Nursery
105+
106+ The ` clippy::nursery ` group contains lints which are buggy or need more work. It is ** not**
107+ recommended to enable the whole group, but rather cherry-pick lints that are useful for your
108+ code base and your use case.
109+
110+ ## Deprecated
111+
112+ The ` clippy::deprecated ` is empty lints that exist to ensure that ` #[allow(lintname)] ` still
113+ compiles after the lint was deprecated. Deprecation "removes" lints by removing their
114+ functionality and marking them as deprecated, which may cause further warnings but cannot
115+ cause a compiler error.
116+
104117[ Clippy lint documentation ] : https://rust-lang.github.io/rust-clippy/
105118[ Clippy 1.0 RFC ] : https://github.com/rust-lang/rfcs/blob/master/text/2476-clippy-uno.md#lint-audit-and-categories
You can’t perform that action at this time.
0 commit comments