We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
improper_ctypes_definitions
1 parent a9455a8 commit 41e1300Copy full SHA for 41e1300
crates/c-api/src/lib.rs
@@ -2,6 +2,8 @@
2
//! [Wasm C API](https://github.com/WebAssembly/wasm-c-api).
3
4
#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals)]
5
+#![allow(unknown_lints)]
6
+#![allow(improper_ctypes_definitions)]
7
8
// TODO complete the C API
9
0 commit comments