]> git.lizzy.rs Git - rust.git/commitdiff
Add `dev deprecate` to the development basics
authorSerial <69764315+Serial-ATA@users.noreply.github.com>
Thu, 30 Jun 2022 16:45:48 +0000 (12:45 -0400)
committerSerial <69764315+Serial-ATA@users.noreply.github.com>
Thu, 30 Jun 2022 16:45:48 +0000 (12:45 -0400)
book/src/development/basics.md

index 78c429ea0132247f555723fb03bf1452bcd3a05c..d3a11a31db867b63e9b71698d86d59cb8a6b59d2 100644 (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