We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
dev deprecate
1 parent d7e5dab commit c505326Copy full SHA for c505326
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