Skip to content

Commit 1557767

Browse files
committed
fix: Clarify I meant lint levels, not general lint configuration
1 parent de44058 commit 1557767

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3389-manifest-lint.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ dependencies. This may cause some user confusion.
169169
There has been some user/IDE confusion about running commands like `rustfmt`
170170
directly and expecting them to pick up configuration only associated with their
171171
higher-level cargo-plugins despite that configuration (like `package.edition`)
172-
being cargo-specific. By baking the configuration for rustc, rustdoc, and
172+
being cargo-specific. By baking the configured lint levels for rustc, rustdoc, and
173173
clippy directly into cargo, we will be seeing more of this. A hope is that
174174
this will actually improve with this RFC. Over time, tools will need to switch
175175
to the model of running `cargo` to get configuration in response to this RFC.

0 commit comments

Comments
 (0)