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