Drop unused import

This commit is contained in:
Richard Feldman 2022-04-13 00:09:42 -04:00
parent 76e98f7add
commit 2e1b384bdc
No known key found for this signature in database
GPG Key ID: 7E4127D1E4241798

View File

@ -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;