Enable more compliler lints.
This commit is contained in:
@@ -9,7 +9,9 @@
|
||||
//!
|
||||
//! The main function of this module is [`translate_module`](fn.translate_module.html).
|
||||
|
||||
#![deny(missing_docs)]
|
||||
#![deny(missing_docs,
|
||||
trivial_numeric_casts,
|
||||
unused_extern_crates)]
|
||||
|
||||
extern crate wasmparser;
|
||||
extern crate cton_frontend;
|
||||
|
||||
Reference in New Issue
Block a user