mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 08:34:33 +00:00
clippy fixes, fmt
This commit is contained in:
parent
4c2de0215a
commit
95a30210ce
44 changed files with 100 additions and 98 deletions
|
@ -26,7 +26,7 @@ use crate::{
|
|||
},
|
||||
env::Env,
|
||||
},
|
||||
pool::{pool::Pool, pool_str::PoolStr, pool_vec::PoolVec, shallow_clone::ShallowClone},
|
||||
mem_pool::{pool::Pool, pool_str::PoolStr, pool_vec::PoolVec, shallow_clone::ShallowClone},
|
||||
};
|
||||
|
||||
#[derive(Debug)]
|
||||
|
@ -1781,7 +1781,7 @@ pub mod test_constrain {
|
|||
env::Env,
|
||||
scope::Scope,
|
||||
},
|
||||
pool::pool::Pool,
|
||||
mem_pool::pool::Pool,
|
||||
solve_type,
|
||||
};
|
||||
use indoc::indoc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue