mirror of
https://github.com/roc-lang/roc.git
synced 2025-11-01 21:40:58 +00:00
fmt and clippy fixes
This commit is contained in:
parent
cc10df6db9
commit
e74501981e
6 changed files with 6 additions and 19 deletions
|
|
@ -3,10 +3,10 @@ extern crate bumpalo;
|
|||
use self::bumpalo::Bump;
|
||||
use roc_can::abilities::AbilitiesStore;
|
||||
use roc_can::constraint::{Constraint, Constraints};
|
||||
use roc_can::desugar;
|
||||
use roc_can::env::Env;
|
||||
use roc_can::expected::Expected;
|
||||
use roc_can::expr::{canonicalize_expr, Expr, Output, PendingDerives};
|
||||
use roc_can::desugar;
|
||||
use roc_can::scope::Scope;
|
||||
use roc_collections::all::{ImMap, MutMap, SendSet};
|
||||
use roc_constrain::expr::constrain_expr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue