Skip to content

Commit de44058

Browse files
committed
fix: Explicitly call out why rust table exists'
1 parent a54d985 commit de44058

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

text/3389-manifest-lint.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,10 @@ Initially, the only supported tools will be:
149149
- `clippy`
150150
- `rustdoc`
151151

152-
A downside to naming the category `rust` is it might be confusing if we ever expose `rustc::` lints.
152+
The reason for `rust` existing, despite lints not being prefixed with `rust::`, is
153+
to avoid ambiguity in the data model between `lint.<lint>` and
154+
`lint.<tool>.<lint>`. A downside to naming the tool `rust` is it might be
155+
confusing if we ever expose `rustc::` lints.
153156

154157
Addition of third-party tools would fall under their
155158
[attributes for tools](https://github.com/rust-lang/rust/issues/44690).

0 commit comments

Comments
 (0)