Allow improper_ctypes_definitions in C API

This was enabled in rust-lang/rust#72700 but it looks like it's still
too noisy for it to be useful to us.
This commit is contained in:
Alex Crichton
2020-07-16 07:28:59 -07:00
committed by Benjamin Bouvier
parent a9455a8e51
commit 41e1300247

View File

@@ -2,6 +2,8 @@
//! [Wasm C API](https://github.com/WebAssembly/wasm-c-api).
#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals)]
#![allow(unknown_lints)]
#![allow(improper_ctypes_definitions)]
// TODO complete the C API