mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-28 14:24:45 +00:00
fix clippy's newly-learned warnings
This commit is contained in:
parent
b433988fde
commit
81769b4e65
3 changed files with 0 additions and 3 deletions
|
@ -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};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue