mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 06:14:46 +00:00
Move parse::operator into module::operator
This commit is contained in:
parent
f47d96e1a4
commit
101dc80ae5
13 changed files with 18 additions and 19 deletions
|
@ -21,7 +21,6 @@ pub mod ident;
|
|||
pub mod keyword;
|
||||
pub mod module;
|
||||
pub mod number_literal;
|
||||
pub mod operator;
|
||||
pub mod pattern;
|
||||
pub mod problems;
|
||||
pub mod string_literal;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue