We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6177a4f + c505326 commit 23db5ceCopy full SHA for 23db5ce
book/src/development/basics.md
@@ -91,6 +91,8 @@ cargo dev fmt
91
cargo dev update_lints
92
# create a new lint and register it
93
cargo dev new_lint
94
+# deprecate a lint and attempt to remove code relating to it
95
+cargo dev deprecate
96
# automatically formatting all code before each commit
97
cargo dev setup git-hook
98
# (experimental) Setup Clippy to work with IntelliJ-Rust
0 commit comments