mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 16:51:53 +03:00
Drop unused import
This commit is contained in:
parent
76e98f7add
commit
2e1b384bdc
@ -88,8 +88,6 @@ mod test_load {
|
||||
}
|
||||
|
||||
fn multiple_modules(files: Vec<(&str, &str)>) -> Result<LoadedModule, String> {
|
||||
use roc_load_internal::file::LoadingProblem;
|
||||
|
||||
let arena = Bump::new();
|
||||
let arena = &arena;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user