Remove char.is_identifier_single()
This commit is contained in:
parent
af73947ffd
commit
0675f17e32
3 changed files with 2 additions and 10 deletions
|
@ -41,7 +41,3 @@ pub fn identifier_subsequents() -> CharSet {
|
|||
subsequents.extend(extras.iter());
|
||||
subsequents
|
||||
}
|
||||
|
||||
pub fn identifier_singles() -> CharSet {
|
||||
CharSet::from_iter("+-".chars())
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue