Squash improper_ctypes warnings on nightly

Lots more warnings are showing up on nightly compilers due to a recent
change. I've opened rust-lang/rust#66373 on the compiler side for this
as well.
This commit is contained in:
Alex Crichton
2019-11-13 07:26:27 -08:00
parent 98266498af
commit 8b0cfd9245
5 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
//! Runtime library support for Wasmtime.
#![allow(improper_ctypes)]
#![deny(missing_docs, trivial_numeric_casts, unused_extern_crates)]
#![warn(unused_import_braces)]
#![cfg_attr(feature = "std", deny(unstable_features))]