mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 22:34:45 +00:00
fix and test
This commit is contained in:
parent
64bc92c746
commit
c68cd2fb2d
12 changed files with 89 additions and 30 deletions
|
@ -8,7 +8,6 @@ use crate::parser::{
|
|||
use crate::string_literal;
|
||||
use bumpalo::collections::Vec;
|
||||
use inlinable_string::InlinableString;
|
||||
use roc_module::ident::{Lowercase, Uppercase};
|
||||
use roc_region::all::Loc;
|
||||
|
||||
#[derive(Clone, PartialEq, Eq, Debug, Hash)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue