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:
Alex Crichton
2020-01-10 14:41:49 -06:00
committed by GitHub
parent 2b7d627007
commit 28a938a62f
6 changed files with 0 additions and 11 deletions

View File

@@ -1,5 +1,3 @@
#![allow(improper_ctypes)]
use crate::function::{wrap_into_pyfunction, Function};
use crate::instance::Instance;
use crate::memory::Memory;