mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-22 04:44:06 +00:00
remove unneeded argument
This commit is contained in:
parent
362459b647
commit
4e4854ceaa
10 changed files with 24 additions and 24 deletions
|
@ -27,7 +27,7 @@ pub enum Either<First, Second> {
|
|||
}
|
||||
|
||||
impl<'a> State<'a> {
|
||||
pub fn new_in(arena: &'a Bump, bytes: &'a [u8]) -> State<'a> {
|
||||
pub fn new(bytes: &'a [u8]) -> State<'a> {
|
||||
State {
|
||||
bytes,
|
||||
line: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue