Skip to content

Commit

Permalink
Update posts/2021-05-06-Rust-1.52.0.md
Browse files Browse the repository at this point in the history
Co-authored-by: Pietro Albini <[email protected]>
  • Loading branch information
Mark-Simulacrum and pietroalbini authored May 3, 2021
1 parent 0e0a95d commit d45f2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion posts/2021-05-06-Rust-1.52.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ The most significant change in this release is not to the language or standard
libraries, but rather an enhancement to tooling support for Clippy.

Previously, running `cargo check` followed by `cargo clippy` wouldn't actually
run clippy: the build caching in Cargo didn't differentiate between the two. In
run Clippy: the build caching in Cargo didn't differentiate between the two. In
1.52, however, this has been fixed, which means that users will get the expected
behavior independent of the order in which they run the two commands.

Expand Down

0 comments on commit d45f2af

Please sign in to comment.