Skip to content

Commit 8605c23

Browse files
authored
Merge pull request #1109 from neetsdkasu/patch-1
fix crate_name attribute description
2 parents 953829f + 8da7c7d commit 8605c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/crates-and-source-files.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ name of the crate with the [_MetaNameValueStr_] syntax.
132132
```
133133

134134
The crate name must not be empty, and must only contain [Unicode alphanumeric]
135-
or `-` (U+002D) characters.
135+
or `_` (U+005F) characters.
136136

137137
[^phase-distinction]: This distinction would also exist in an interpreter.
138138
Static checks like syntactic analysis, type checking, and lints should

0 commit comments

Comments
 (0)