mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-30 00:51:34 +00:00
allow clippy lint aligned pointers
This commit is contained in:
@ -1,3 +1,5 @@
|
||||
#![allow(clippy::cast_ptr_alignment)]
|
||||
|
||||
use crate::{
|
||||
memory::{DynamicMemory, StaticMemory},
|
||||
structures::TypedIndex,
|
||||
|
Reference in New Issue
Block a user