mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-16 17:00:53 +00:00
Remove comment at wrong position
This commit is contained in:
parent
567973afd0
commit
0e6611928a
@ -238,6 +238,7 @@ impl NFA {
|
||||
self.push_edge(s0, Other, reject);
|
||||
Ok(s0)
|
||||
},
|
||||
//Bytes are not supported
|
||||
Class::Bytes(_) => Err(NFAConstructionError::ByteRegex),
|
||||
|
||||
}
|
||||
@ -338,8 +339,7 @@ impl NFA {
|
||||
self.push_edge(s0, Noop, target);
|
||||
}
|
||||
Ok(s0)
|
||||
} // If we ever support byte regexs, these
|
||||
// can be merged in with the cases above.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user