Skip to content

Commit 23db5ce

Browse files
committed
Auto merge of rust-lang#9075 - Serial-ATA:update-docs, r=flip1995
Add `dev deprecate` to the development basics changelog: none
2 parents 6177a4f + c505326 commit 23db5ce

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

book/src/development/basics.md

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ cargo dev fmt
9191
cargo dev update_lints
9292
# create a new lint and register it
9393
cargo dev new_lint
94+
# deprecate a lint and attempt to remove code relating to it
95+
cargo dev deprecate
9496
# automatically formatting all code before each commit
9597
cargo dev setup git-hook
9698
# (experimental) Setup Clippy to work with IntelliJ-Rust

0 commit comments

Comments
 (0)