allow clippy lint aligned pointers

This commit is contained in:
Lachlan Sneff
2019-01-29 10:31:44 -08:00
parent 5aa7d71ede
commit 951daddca2
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#![allow(clippy::cast_ptr_alignment)]
use crate::{
memory::{DynamicMemory, StaticMemory},
structures::TypedIndex,