Skip to content

Commit a54d985

Browse files
committed
fix: Clarified this isn't limited to rustc/clippy
1 parent 5afa0cf commit a54d985

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
@@ -43,7 +43,7 @@ A new `lints` table would be added to configure lints:
4343
[lints.rust]
4444
unsafe = "forbid"
4545
```
46-
and `cargo` would pass these along as flags to `rustc` and `clippy`.
46+
and `cargo` would pass these along as flags to `rustc`, `clippy`, or other lint tools.
4747

4848
This would work with
4949
[RFC 2906 `workspace-deduplicate`](https://rust-lang.github.io/rfcs/2906-cargo-workspace-deduplicate.html?highlight=2906#):

0 commit comments

Comments
 (0)