Skip to content

Commit 04c39ee

Browse files
committed
Remove nightly lint workaround
The source of these warnings was fixed in rust-lang/rust#74448, yay!
1 parent 3fcf9fc commit 04c39ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/c-api/src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
//! [Wasm C API](https://github.com/WebAssembly/wasm-c-api).
33
44
#![allow(non_snake_case, non_camel_case_types, non_upper_case_globals)]
5-
#![allow(unknown_lints)]
6-
#![allow(improper_ctypes_definitions)]
75

86
// TODO complete the C API
97

0 commit comments

Comments
 (0)