Write missing docs and Debug implementations for web
This commit is contained in:
parent
2c630809d4
commit
01b945b981
3 changed files with 22 additions and 2 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue