File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -169,7 +169,7 @@ dependencies. This may cause some user confusion.
169
169
There has been some user/IDE confusion about running commands like ` rustfmt `
170
170
directly and expecting them to pick up configuration only associated with their
171
171
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
173
173
clippy directly into cargo, we will be seeing more of this. A hope is that
174
174
this will actually improve with this RFC. Over time, tools will need to switch
175
175
to the model of running ` cargo ` to get configuration in response to this RFC.
You can’t perform that action at this time.
0 commit comments