Nit clippy stuff

This commit is contained in:
Brendan Hansknecht 2020-11-23 00:17:57 -08:00
parent 3430a08d3d
commit 67c104d506
2 changed files with 1 additions and 2 deletions

View file

@ -12,7 +12,6 @@
#![allow(clippy::large_enum_variant)]
use bumpalo::{collections::Vec, Bump};
use object::write::Object;
use roc_collections::all::{MutMap, MutSet};
use roc_module::ident::TagName;
use roc_module::low_level::LowLevel;