Skip to content

Commit 6647d0e

Browse files
joshtriplettest31
andauthored
Update posts/2023-04-20-Rust-1.69.0.md
Co-authored-by: est31 <est31@users.noreply.github.com>
1 parent a146ae2 commit 6647d0e

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 doesn't contain major new features. Instead, it focuses on smaller i
2323

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

26-
Rust 1.29.0 added a Cargo subcommand to automatically fixing some compilation warnings. Since then, the amount of warnings that can be fixed automatically steadily increased, and support for automatically fixing a subset of Clippy warnings was introduced.
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.
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)