Skip to content

Commit 02596d2

Browse files
authored
Remove ascii-limitations specific rules
This particular section didn't feel like it needed separate rule identifiers for each list item. I think anything needing to refer to the restrictions around ascii can just link to `ident.ascii-limitations`, and the user should be able to see what it is referring to.
1 parent c4d99b2 commit 02596d2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/identifiers.md

-9
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,10 @@ Zero width non-joiner (ZWNJ U+200C) and zero width joiner (ZWJ U+200D) character
4545
r[ident.ascii-limitations]
4646
Identifiers are restricted to the ASCII subset of [`XID_Start`] and [`XID_Continue`] in the following situations:
4747

48-
r[ident.ascii-extern-crate]
4948
* [`extern crate`] declarations
50-
51-
r[ident.ascii-extern-prelude]
5249
* External crate names referenced in a [path]
53-
54-
r[ident.ascii-outlined-module]
5550
* [Module] names loaded from the filesystem without a [`path` attribute]
56-
57-
r[ident.ascii-no_mangle]
5851
* [`no_mangle`] attributed items
59-
60-
r[ident.ascii-extern-item]
6152
* Item names in [external blocks]
6253

6354
## Normalization

0 commit comments

Comments
 (0)