Make clippy happy
This commit is contained in:
parent
1cd96d0d61
commit
6fbba6f4ee
8 changed files with 31 additions and 28 deletions
|
|
@ -191,8 +191,8 @@
|
|||
//! [documentation]: https://docs.rs/iced
|
||||
//! [examples]: https://github.com/hecrj/iced/tree/master/examples
|
||||
//! [`UserInterface`]: struct.UserInterface.html
|
||||
//#![deny(missing_docs)]
|
||||
//#![deny(missing_debug_implementations)]
|
||||
#![deny(missing_docs)]
|
||||
#![deny(missing_debug_implementations)]
|
||||
#![deny(unused_results)]
|
||||
#![deny(unsafe_code)]
|
||||
#![deny(rust_2018_idioms)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue