diff --git a/book/src/development/basics.md b/book/src/development/basics.md index 78c429ea0132..d3a11a31db86 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