summaryrefslogtreecommitdiffstats
path: root/glow/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-18 14:42:48 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-07-08 10:59:56 +0200
commitafd9274de26ccf65285df02007b4ddb697bea9a3 (patch)
treeafc8e452251db84a132367753104613d2d4567b7 /glow/src/lib.rs
parentb1afadf1a2162e236525c466b6b3099a2623a2de (diff)
downloadiced-afd9274de26ccf65285df02007b4ddb697bea9a3.tar.gz
iced-afd9274de26ccf65285df02007b4ddb697bea9a3.tar.bz2
iced-afd9274de26ccf65285df02007b4ddb697bea9a3.zip
Draft `ComboBox` and `Menu` layer
Diffstat (limited to '')
-rw-r--r--glow/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/glow/src/lib.rs b/glow/src/lib.rs
index a6c8a75a..bdd854e3 100644
--- a/glow/src/lib.rs
+++ b/glow/src/lib.rs
@@ -2,7 +2,7 @@
//!
//! [`glow`]: https://github.com/grovesNL/glow
//! [`iced_native`]: https://github.com/hecrj/iced/tree/master/native
-#![deny(missing_docs)]
+//#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![deny(unused_results)]
#![forbid(rust_2018_idioms)]