Skip to content

Commit d45f2af

Browse files
Update posts/2021-05-06-Rust-1.52.0.md
Co-authored-by: Pietro Albini <[email protected]>
1 parent 0e0a95d commit d45f2af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

posts/2021-05-06-Rust-1.52.0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The most significant change in this release is not to the language or standard
2929
libraries, but rather an enhancement to tooling support for Clippy.
3030

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

0 commit comments

Comments
 (0)