File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,9 @@ fn some_unused_variables() {
8484
8585## Meta Item Attribute Syntax
8686
87- A "meta item" is the syntax used for the _ Attr_ rule by built-in attributes
88- and the [ ` meta ` macro fragment specifier] . It has the following grammar:
87+ A "meta item" is the syntax used for the _ Attr_ rule by most built-in
88+ attributes and the [ ` meta ` macro fragment specifier] . It has the following
89+ grammar:
8990
9091> ** <sup >Syntax</sup >** \
9192> _ MetaItem_ :\
@@ -576,11 +577,13 @@ used.
576577struct S {
577578}
578579
579- // Controls the "cyclomatic complexity" threshold for the cLippy tool.
580+ // Controls the "cyclomatic complexity" threshold for the clippy tool.
580581#[clippy:: cyclomatic_complexity = " 100" ]
581582pub fn f () {}
582583```
583584
585+ > Note: ` rustc ` currently recognizes the tools "clippy" and "rustfmt".
586+
584587[ _DelimTokenTree_ ] : macros.html
585588[ _LiteralExpression_ ] : expressions/literal-expr.html
586589[ _SimplePath_ ] : paths.html#simple-paths
You can’t perform that action at this time.
0 commit comments