Write missing docs and Debug implementations for web

This commit is contained in:
Héctor Ramón Jiménez 2021-09-13 11:22:53 +07:00
parent 2c630809d4
commit 01b945b981
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 22 additions and 2 deletions

View file

@ -50,8 +50,8 @@
//! [`wasm-pack`]: https://github.com/rustwasm/wasm-pack
//! [`wasm-bindgen`]: https://github.com/rustwasm/wasm-bindgen
//! [`tour` example]: https://github.com/hecrj/iced/tree/0.3/examples/tour
//#![deny(missing_docs)]
//#![deny(missing_debug_implementations)]
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![deny(unused_results)]
#![forbid(unsafe_code)]
#![forbid(rust_2018_idioms)]