Skip to content

Commit

Permalink
Merge pull request #1498 from Veykril/patch-3
Browse files Browse the repository at this point in the history
Update recognized tool attributes
  • Loading branch information
ehuss authored Jun 24, 2024
2 parents c3bfa67 + 8ea8963 commit 3b68105
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,8 @@ struct S {
pub fn f() {}
```

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

Expand Down

0 comments on commit 3b68105

Please sign in to comment.