summaryrefslogtreecommitdiffstats
path: root/native/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-09-13 11:20:54 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-09-13 11:24:22 +0700
commit2c630809d403f7fa87c3230be031299e5fb3af17 (patch)
treebf22c862816f9f175861af19b0977c44249c447a /native/src/lib.rs
parent7cb6e7438f7fb5d0d8be4528a31b888e2b12cd51 (diff)
downloadiced-2c630809d403f7fa87c3230be031299e5fb3af17.tar.gz
iced-2c630809d403f7fa87c3230be031299e5fb3af17.tar.bz2
iced-2c630809d403f7fa87c3230be031299e5fb3af17.zip
Write missing docs and `Debug` implementations for `native`
Diffstat (limited to 'native/src/lib.rs')
-rw-r--r--native/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/native/src/lib.rs b/native/src/lib.rs
index f300e7b9..573be51d 100644
--- a/native/src/lib.rs
+++ b/native/src/lib.rs
@@ -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)]