mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 06:44:46 +00:00
clean up imports
This commit is contained in:
parent
6c578440e0
commit
b075c2d394
3 changed files with 5 additions and 7 deletions
|
@ -157,8 +157,6 @@ pub enum Expr {
|
|||
RuntimeError(RuntimeError),
|
||||
}
|
||||
|
||||
type Aliases = SendMap<Symbol, Alias>;
|
||||
|
||||
#[derive(Clone, Debug, PartialEq)]
|
||||
pub struct Field {
|
||||
pub var: Variable,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue