We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98503e6 commit 28005ffCopy full SHA for 28005ff
src/attributes.md
@@ -3,15 +3,14 @@
3
4
> **<sup>Syntax</sup>**\
5
> _InnerAttribute_ :\
6
-> `#` `!` `[` _Attr_ `]`\
7
-> | `#` `!` `[` `unsafe` `(` _Attr_ `)` `]`
+> `#` `!` `[` _Attr_ `]`
8
>
9
> _OuterAttribute_ :\
10
-> `#` `[` _Attr_ `]`\
11
-> | `#` `[` `unsafe` `(` _Attr_ `)` `]`
+> `#` `[` _Attr_ `]`
12
13
> _Attr_ :\
14
-> [_SimplePath_] _AttrInput_<sup>?</sup>
+> [_SimplePath_] _AttrInput_<sup>?</sup>\
+> | `unsafe` `(` [_SimplePath_] _AttrInput_<sup>?</sup> `)`
15
16
> _AttrInput_ :\
17
> [_DelimTokenTree_]\
0 commit comments