File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -88,11 +88,9 @@ fn main() {
8888}
8989```
9090
91- There are two restrictions imposed on the shebang syntax to avoid confusion
92- with an [ attribute] . The shebang line must have at least one non-[ whitespace]
93- character anywhere after the ` #! ` characters. Additionally, The ` #! `
94- characters must not be followed by a ` [ ` token, ignoring intervening
95- [ comments] or [ whitespace] . If either of these restrictions fails, then it is
91+ A restriction is imposed on the shebang syntax to avoid confusion with an
92+ [ attribute] . The ` #! ` characters must not be followed by a ` [ ` token, ignoring
93+ intervening [ comments] or [ whitespace] . If this restriction fails, then it is
9694not treated as a shebang, but instead as the start of an attribute.
9795
9896## Preludes and ` no_std `
You can’t perform that action at this time.
0 commit comments