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:
@@ -6,8 +6,6 @@
|
||||
//! and there to implement Rust idioms. This crate also defines the actual C API
|
||||
//! itself for consumption from other languages.
|
||||
|
||||
#![allow(improper_ctypes)]
|
||||
|
||||
mod callable;
|
||||
mod context;
|
||||
mod externals;
|
||||
|
||||
Reference in New Issue
Block a user