summaryrefslogtreecommitdiffstats
path: root/native/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-01-11 10:47:56 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-01-11 10:47:56 +0700
commit90c20ac46b72b6d8f735f7efd283b9d1dfecfb9d (patch)
tree3fd9ede535c633ef02156d6f82cbdbcd6a17bde0 /native/src/lib.rs
parent1a31aefab401712e44cd613fc1337ab90579d926 (diff)
downloadiced-90c20ac46b72b6d8f735f7efd283b9d1dfecfb9d.tar.gz
iced-90c20ac46b72b6d8f735f7efd283b9d1dfecfb9d.tar.bz2
iced-90c20ac46b72b6d8f735f7efd283b9d1dfecfb9d.zip
Draft `Responsive` widget
Diffstat (limited to 'native/src/lib.rs')
-rw-r--r--native/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/lib.rs b/native/src/lib.rs
index 4753bba2..4211995f 100644
--- a/native/src/lib.rs
+++ b/native/src/lib.rs
@@ -31,7 +31,7 @@
#![doc(
html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg"
)]
-#![deny(missing_docs)]
+//#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![deny(unused_results)]
#![forbid(unsafe_code)]