Skip to content

Commit

Permalink
Remove ascii-limitations specific rules
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ehuss committed Sep 17, 2024
1 parent c4d99b2 commit 02596d2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/identifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,10 @@ Zero width non-joiner (ZWNJ U+200C) and zero width joiner (ZWJ U+200D) character
r[ident.ascii-limitations]
Identifiers are restricted to the ASCII subset of [`XID_Start`] and [`XID_Continue`] in the following situations:

r[ident.ascii-extern-crate]
* [`extern crate`] declarations

r[ident.ascii-extern-prelude]
* External crate names referenced in a [path]

r[ident.ascii-outlined-module]
* [Module] names loaded from the filesystem without a [`path` attribute]

r[ident.ascii-no_mangle]
* [`no_mangle`] attributed items

r[ident.ascii-extern-item]
* Item names in [external blocks]

## Normalization
Expand Down

0 comments on commit 02596d2

Please sign in to comment.