about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSerial <69764315+Serial-ATA@users.noreply.github.com>2022-06-30 12:45:48 -0400
committerSerial <69764315+Serial-ATA@users.noreply.github.com>2022-06-30 12:45:48 -0400
commitc5053267d2d5c189f7df620bf59e12340df1cab6 (patch)
treec0cd14648dcd9213138cead2f3fbac14f93f8a35
parentd7e5dab6c38aa0dc8aa93dd56734b3ba6e32063f (diff)
downloadrust-c5053267d2d5c189f7df620bf59e12340df1cab6.tar.gz
rust-c5053267d2d5c189f7df620bf59e12340df1cab6.zip
Add `dev deprecate` to the development basics
-rw-r--r--book/src/development/basics.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/book/src/development/basics.md b/book/src/development/basics.md
index 78c429ea013..d3a11a31db8 100644
--- a/book/src/development/basics.md
+++ b/book/src/development/basics.md
@@ -91,6 +91,8 @@ cargo dev fmt
 cargo dev update_lints
 # create a new lint and register it
 cargo dev new_lint
+# deprecate a lint and attempt to remove code relating to it
+cargo dev deprecate
 # automatically formatting all code before each commit
 cargo dev setup git-hook
 # (experimental) Setup Clippy to work with IntelliJ-Rust