about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-06-30 20:55:04 +0000
committerbors <bors@rust-lang.org>2022-06-30 20:55:04 +0000
commit23db5ce261cb8cf933d7b7988699cc1a28cee311 (patch)
tree5a114d3a8d641817df936cff77c986014af89487
parent6177a4f5930f10f11fb4e2a9c3002d089f03902b (diff)
parentc5053267d2d5c189f7df620bf59e12340df1cab6 (diff)
downloadrust-23db5ce261cb8cf933d7b7988699cc1a28cee311.tar.gz
rust-23db5ce261cb8cf933d7b7988699cc1a28cee311.zip
Auto merge of #9075 - Serial-ATA:update-docs, r=flip1995
Add `dev deprecate` to the development basics

changelog: none
-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