fix clippy's newly-learned warnings

This commit is contained in:
Folkert 2020-04-23 22:12:24 +02:00
parent b433988fde
commit 81769b4e65
3 changed files with 0 additions and 3 deletions

View File

@ -1,7 +1,6 @@
use bumpalo::Bump;
use roc_builtins::std::Mode;
use roc_builtins::std::StdLib;
use roc_can;
use roc_can::constraint::Constraint;
use roc_can::def::Declaration;
use roc_can::module::{canonicalize_module_defs, ModuleOutput};

View File

@ -2,7 +2,6 @@ use crate::layout::{Builtin, Layout};
use crate::pattern::{Ctor, Guard, RenderAs, TagId};
use bumpalo::collections::Vec;
use bumpalo::Bump;
use roc_can;
use roc_collections::all::{MutMap, MutSet};
use roc_module::ident::{Ident, Lowercase, TagName};
use roc_module::symbol::{IdentIds, ModuleId, Symbol};

View File

@ -1109,7 +1109,6 @@ fn problems_to_hint<'b>(
pub mod suggest {
use core::convert::AsRef;
use distance;
use inlinable_string::InlinableString;
use roc_module::ident::Lowercase;