We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89c66ab commit 277587aCopy full SHA for 277587a
src/crates-and-source-files.md
@@ -88,11 +88,9 @@ fn main() {
88
}
89
```
90
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
+A restriction is imposed on the shebang syntax to avoid confusion with an
+[attribute]. The `#!` characters must not be followed by a `[` token, ignoring
+intervening [comments] or [whitespace]. If this restriction fails, then it is
96
not treated as a shebang, but instead as the start of an attribute.
97
98
## Preludes and `no_std`
0 commit comments