mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-03 00:24:34 +00:00
Clippy
This commit is contained in:
parent
4049eb6780
commit
7a4c57d3dc
2 changed files with 8 additions and 5 deletions
|
@ -8,7 +8,9 @@ use roc_can::{
|
|||
module::ExposedByModule,
|
||||
};
|
||||
use roc_collections::{VecMap, VecSet};
|
||||
use roc_debug_flags::{dbg_do, ROC_TRACE_COMPACTION};
|
||||
use roc_debug_flags::dbg_do;
|
||||
#[cfg(debug_assertions)]
|
||||
use roc_debug_flags::ROC_TRACE_COMPACTION;
|
||||
use roc_derive::SharedDerivedModule;
|
||||
use roc_derive_key::{DeriveError, DeriveKey};
|
||||
use roc_error_macros::{internal_error, todo_abilities};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue