Skip to content

Commit

Permalink
Remove nightly lint workaround
Browse files Browse the repository at this point in the history
The source of these warnings was fixed in rust-lang/rust#74448, yay!
  • Loading branch information
alexcrichton committed Jul 20, 2020
1 parent 3fcf9fc commit 04c39ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/c-api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
//! [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

Expand Down

0 comments on commit 04c39ee

Please sign in to comment.