Forbid unsafe code and Rust 2018 idioms
This commit is contained in:
parent
91d9d65a03
commit
a30553ddbb
7 changed files with 14 additions and 14 deletions
|
|
@ -18,8 +18,8 @@
|
|||
#![deny(missing_docs)]
|
||||
#![deny(missing_debug_implementations)]
|
||||
#![deny(unused_results)]
|
||||
#![deny(unsafe_code)]
|
||||
#![deny(rust_2018_idioms)]
|
||||
#![forbid(unsafe_code)]
|
||||
#![forbid(rust_2018_idioms)]
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use iced_native::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue