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)]
|
||||
|
||||
use crate::function::{wrap_into_pyfunction, Function};
|
||||
use crate::instance::Instance;
|
||||
use crate::memory::Memory;
|
||||
|
||||
Reference in New Issue
Block a user