File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1823,11 +1823,11 @@ meta_item : ident [ '=' literal
1823
1823
meta_seq : meta_item [ ',' meta_seq ] ? ;
1824
1824
~~~~
1825
1825
1826
- Static entities in Rust & mdash ; crates, modules and items & mdash ; may have _ attributes _
1827
- applied to them. Attributes in Rust are modeled on Attributes in ECMA-335,
1828
- with the syntax coming from ECMA-334 (C#). An attribute is a general,
1829
- free-form metadatum that is interpreted according to name, convention, and
1830
- language and compiler version. Attributes may appear as any of:
1826
+ Any item declaration may have an _ attribute _ applied to it. Attributes in Rust
1827
+ are modeled on Attributes in ECMA-335, with the syntax coming from ECMA-334
1828
+ (C#). An attribute is a general, free-form metadatum that is interpreted
1829
+ according to name, convention, and language and compiler version. Attributes
1830
+ may appear as any of:
1831
1831
1832
1832
* A single identifier, the attribute name
1833
1833
* An identifier followed by the equals sign '=' and a literal, providing a
You can’t perform that action at this time.
0 commit comments