mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
Add dev deprecate
to the development basics
This commit is contained in:
parent
d7e5dab6c3
commit
c5053267d2
@ -91,6 +91,8 @@ cargo dev fmt
|
|||||||
cargo dev update_lints
|
cargo dev update_lints
|
||||||
# create a new lint and register it
|
# create a new lint and register it
|
||||||
cargo dev new_lint
|
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
|
# automatically formatting all code before each commit
|
||||||
cargo dev setup git-hook
|
cargo dev setup git-hook
|
||||||
# (experimental) Setup Clippy to work with IntelliJ-Rust
|
# (experimental) Setup Clippy to work with IntelliJ-Rust
|
||||||
|
Loading…
Reference in New Issue
Block a user