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

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