We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cb8421 commit a47520fCopy full SHA for a47520f
text/3389-manifest-lint.md
@@ -140,7 +140,9 @@ cargo will:
140
3. Pass them on the command line before other configuration like
141
`RUSTFLAGS`, allowing user configuration to override package configuration.
142
- These flags will be fingerprinted so changing them will cause a rebuild only
143
- for the commands where they are used.
+ for the commands where they are used. By only including the lints for the
144
+ command in question, we reduce what is fingerprinted, reducing what gets
145
+ rebuilt when `[lints]` is changed.
146
147
Note that this means that `[lints]` is only applied to the package where its
148
defined and not to its dependencies, local or not. This avoids having to unify
0 commit comments