mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-13 06:51:45 +00:00
Clean
This commit is contained in:
@ -204,7 +204,7 @@ fn calculate_memory_size(old_size: u32, additional_pages: u32, maximum_size: u32
|
||||
mod tests {
|
||||
|
||||
use super::MemoryInstance;
|
||||
use interpreter::{Error, DummyUserError};
|
||||
use interpreter::Error;
|
||||
use elements::MemoryType;
|
||||
use std::sync::Arc;
|
||||
|
||||
|
Reference in New Issue
Block a user