mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 15:21:12 +00:00
cargo fmt
This commit is contained in:
parent
8ef2ae3de7
commit
5b5f800c70
8 changed files with 14 additions and 14 deletions
|
@ -9,7 +9,6 @@ use crate::pattern::{canonicalize_pattern, Pattern};
|
|||
use crate::problem::{Problem, RuntimeError};
|
||||
use crate::procedure::References;
|
||||
use crate::scope::Scope;
|
||||
use roc_types::types::Alias;
|
||||
use roc_collections::all::{ImSet, MutMap, MutSet, SendMap};
|
||||
use roc_module::ident::{Lowercase, TagName};
|
||||
use roc_module::symbol::Symbol;
|
||||
|
@ -17,6 +16,7 @@ use roc_parse::ast;
|
|||
use roc_parse::operator::CalledVia;
|
||||
use roc_region::all::{Located, Region};
|
||||
use roc_types::subs::{VarStore, Variable};
|
||||
use roc_types::types::Alias;
|
||||
use std::fmt::Debug;
|
||||
use std::i64;
|
||||
use std::ops::Neg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue