mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 21:39:07 +00:00
clippy
This commit is contained in:
parent
ee264981b6
commit
45d994d7d7
4 changed files with 4 additions and 4 deletions
|
@ -4,7 +4,7 @@ extern crate pulldown_cmark;
|
|||
extern crate roc_load;
|
||||
use bumpalo::Bump;
|
||||
use roc_can::scope::Scope;
|
||||
use roc_collections::{VecMap, VecSet};
|
||||
use roc_collections::{VecSet};
|
||||
use roc_load::docs::{DocEntry, TypeAnnotation};
|
||||
use roc_load::docs::{ModuleDocumentation, RecordField};
|
||||
use roc_load::{ExecutionMode, LoadConfig, LoadedModule, LoadingProblem, Threading};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue