Cargo only suggests fixes for warnings
Co-authored-by: Scott Schafer <scott@scottschafer.dev>
This commit is contained in:
parent
af3bf85311
commit
21f10dd1b9
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ Cargo
|
|||
-----
|
||||
|
||||
- [Added '-C' flag for changing current dir before build](https://github.com/rust-lang/cargo/pull/10952/)
|
||||
- [Cargo now suggests `cargo fix` or `cargo clippy --fix` when compilation warnings/errors are auto-fixable.](https://github.com/rust-lang/cargo/pull/11558/)
|
||||
- [Cargo now suggests `cargo fix` or `cargo clippy --fix` when compilation warnings are auto-fixable.](https://github.com/rust-lang/cargo/pull/11558/)
|
||||
- [Cargo now suggests `cargo add` if you try to install a library crate.](https://github.com/rust-lang/cargo/pull/11410/)
|
||||
- [Cargo now sets `CARGO_BIN_NAME` environment variable also for binary examples.](https://github.com/rust-lang/cargo/pull/11705/)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue