We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fcf9fc commit 04c39eeCopy full SHA for 04c39ee
crates/c-api/src/lib.rs
@@ -2,8 +2,6 @@
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