fmt and clippy fixes

This commit is contained in:
Luke Boswell 2024-03-20 12:31:04 +11:00
parent cc10df6db9
commit e74501981e
No known key found for this signature in database
GPG key ID: F6DB3C9DB47377B0
6 changed files with 6 additions and 19 deletions

View file

@ -1,10 +1,10 @@
extern crate bumpalo;
use self::bumpalo::Bump;
use roc_can::desugar;
use roc_can::env::Env;
use roc_can::expr::Output;
use roc_can::expr::{canonicalize_expr, Expr};
use roc_can::desugar;
use roc_can::scope::Scope;
use roc_collections::all::MutMap;
use roc_module::symbol::{IdentIds, Interns, ModuleId, ModuleIds, Symbol};