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

@ -4,7 +4,7 @@ use roc_collections::all::{ImSet, MutMap, MutSet};
use roc_module::symbol::Symbol;
use roc_mono::ir::{Literal, Stmt};
use std::marker::PhantomData;
use target_lexicon::{CallingConvention, Triple};
use target_lexicon::Triple;
pub mod x86_64;