Skip to content

Commit c505326

Browse files
committed
Add dev deprecate to the development basics
1 parent d7e5dab commit c505326

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)