mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
remove attempting argument from parser state
This commit is contained in:
parent
784e3ddac4
commit
65cee39041
5 changed files with 12 additions and 12 deletions
|
@ -43,7 +43,7 @@ pub enum Either<First, Second> {
|
|||
}
|
||||
|
||||
impl<'a> State<'a> {
|
||||
pub fn new_in(arena: &'a Bump, bytes: &'a [u8], _attempting: Attempting) -> State<'a> {
|
||||
pub fn new_in(arena: &'a Bump, bytes: &'a [u8]) -> State<'a> {
|
||||
State {
|
||||
bytes,
|
||||
line: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue