mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-09 06:08:29 +00:00
Fix errors from "make lint"
This commit is contained in:
@@ -15,7 +15,7 @@ use thiserror::Error;
|
||||
use wasmer_types::{Bytes, MemoryStyle, MemoryType, Pages};
|
||||
|
||||
/// Error type describing things that can go wrong when operating on Wasm Memories.
|
||||
#[derive(Error, Debug, Clone, PartialEq, Hash)]
|
||||
#[derive(Error, Debug, Clone, Eq, PartialEq, Hash)]
|
||||
pub enum MemoryError {
|
||||
/// Low level error with mmap.
|
||||
#[error("Error when allocating memory: {0}")]
|
||||
|
||||
Reference in New Issue
Block a user