Remove allow(improper_ctypes) (#797)
This was a bug on nightly a month or so ago but has since been fixed!
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#![allow(improper_ctypes)]
|
||||
|
||||
mod instantiate;
|
||||
pub mod old;
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
#![allow(improper_ctypes)]
|
||||
|
||||
extern crate alloc;
|
||||
|
||||
mod instantiate;
|
||||
|
||||
Reference in New Issue
Block a user