We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0a95d commit d45f2afCopy full SHA for d45f2af
posts/2021-05-06-Rust-1.52.0.md
@@ -29,7 +29,7 @@ The most significant change in this release is not to the language or standard
29
libraries, but rather an enhancement to tooling support for Clippy.
30
31
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
+run Clippy: the build caching in Cargo didn't differentiate between the two. In
33
1.52, however, this has been fixed, which means that users will get the expected
34
behavior independent of the order in which they run the two commands.
35
0 commit comments