mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-29 14:54:47 +00:00
fmt
This commit is contained in:
parent
e4b2c91eb4
commit
45c1b6a812
2 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
use crate::def::Def;
|
||||
use crate::expr::{ClosureData, Expr::*, self};
|
||||
use crate::expr::{self, ClosureData, Expr::*};
|
||||
use crate::expr::{Expr, Field, Recursive};
|
||||
use crate::pattern::Pattern;
|
||||
use roc_collections::all::SendMap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue