Write missing docs and Debug implementations for native

This commit is contained in:
Héctor Ramón Jiménez 2021-09-13 11:20:54 +07:00
parent 7cb6e7438f
commit 2c630809d4
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
4 changed files with 51 additions and 2 deletions

View file

@ -28,8 +28,8 @@
//! [`druid`]: https://github.com/xi-editor/druid
//! [`raw-window-handle`]: https://github.com/rust-windowing/raw-window-handle
//! [renderer]: crate::renderer
//#![deny(missing_docs)]
//#![deny(missing_debug_implementations)]
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![deny(unused_results)]
#![forbid(unsafe_code)]
#![forbid(rust_2018_idioms)]