mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
imports
This commit is contained in:
parent
6c95bc1fb9
commit
6ec977bf1c
6 changed files with 8 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
#![allow(clippy::manual_map)]
|
||||
|
||||
use crate::ir::{CallType, Expr, JoinPointId, Param, Stmt};
|
||||
use crate::ir::{CallType, Expr, JoinPointId, Ownership, Param, Stmt};
|
||||
use crate::layout::{LambdaName, Layout};
|
||||
use bumpalo::collections::Vec;
|
||||
use bumpalo::Bump;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue