Auto merge of #9075 - Serial-ATA:update-docs, r=flip1995

Add `dev deprecate` to the development basics

changelog: none
This commit is contained in:
bors 2022-06-30 20:55:04 +00:00
commit 23db5ce261

View File

@ -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