File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -142,8 +142,12 @@ cargo will:
142
142
- These flags will be fingerprinted so changing them will cause a rebuild only
143
143
for the commands where they are used.
144
144
145
- Note that this means that ` [lints] ` does not affect dependencies which is
146
- normally not an issue due to ` --cap-lints ` being used for dependencies.
145
+ Note that this means that ` [lints] ` is only applied to the package where its
146
+ defined and not to its dependencies, local or not. This avoids having to unify
147
+ ` [lints] ` tables across local packages. Normally, lints for non-local
148
+ dependencies won't be shown anyways because of ` --cap-lints ` . As for local
149
+ dependencies, they will likely have their own ` [lints] ` table, most the same
150
+ one, inherited from the workspace.
147
151
148
152
Initially, the only supported tools will be:
149
153
- ` rust `
You can’t perform that action at this time.
0 commit comments