Skip to content

Commit 6ff9b22

Browse files
pietroalbinibstrie
andauthored
Update posts/2023-04-20-Rust-1.69.0.md
Co-authored-by: bstrie <865233+bstrie@users.noreply.github.com>
1 parent 7afa2ee commit 6ff9b22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2023-04-20-Rust-1.69.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Rust 1.69.0 introduces no major new features. However, it contains many small im
2323

2424
### Cargo now suggests to automatically fix some warnings
2525

26-
Rust 1.29.0 added a Cargo subcommand to automatically fix some compilation warnings. Since then, the amount of warnings that can be fixed automatically has steadily increased, and support for automatically fixing a subset of Clippy warnings was introduced.
26+
Rust 1.29.0 added the `cargo fix` subcommand to automatically fix some simple compiler warnings. Since then, the number of warnings that can be fixed automatically continues to steadily increase. In addition, support for automatically fixing some simple Clippy warnings has also been added.
2727

2828
Starting from Rust 1.69.0, Cargo will suggest running `cargo fix` or `cargo clippy --fix` when it detects some warnings are automatically fixable.
2929

0 commit comments

Comments
 (0)