Skip to content

Commit 3b68105

Browse files
authored
Merge pull request #1498 from Veykril/patch-3
Update recognized tool attributes
2 parents c3bfa67 + 8ea8963 commit 3b68105

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/attributes.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,8 @@ struct S {
196196
pub fn f() {}
197197
```
198198

199-
> Note: `rustc` currently recognizes the tools "clippy", "rustfmt" and "diagnostic".
199+
> Note: `rustc` currently recognizes the tools "clippy", "rustfmt", "diagnostic",
200+
> "miri" and "rust_analyzer".
200201
201202
## Built-in attributes index
202203

0 commit comments

Comments
 (0)