clippy fixes, fmt

This commit is contained in:
Anton-4 2021-09-25 19:17:12 +02:00
parent 4c2de0215a
commit 95a30210ce
44 changed files with 100 additions and 98 deletions

View file

@ -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;