[lexer] Remove empty Lexer impl
This commit is contained in:
parent
757f943fff
commit
04f2eb0937
1 changed files with 0 additions and 3 deletions
|
@ -45,9 +45,6 @@ impl<T> Lexer<T> where T: Iterator<Item=char> {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
impl<T> Lexer<T> where T: Iterator<Item=char> {
|
|
||||||
}
|
|
||||||
|
|
||||||
impl<T> Iterator for Lexer<T> where T: Iterator<Item=char> {
|
impl<T> Iterator for Lexer<T> where T: Iterator<Item=char> {
|
||||||
type Item = Result;
|
type Item = Result;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue