Remove char.is_identifier_single()

This commit is contained in:
Eryn Wells 2016-12-27 09:51:24 -07:00
parent af73947ffd
commit 0675f17e32
3 changed files with 2 additions and 10 deletions

View file

@ -41,7 +41,3 @@ pub fn identifier_subsequents() -> CharSet {
subsequents.extend(extras.iter());
subsequents
}
pub fn identifier_singles() -> CharSet {
CharSet::from_iter("+-".chars())
}