summaryrefslogtreecommitdiffstats
path: root/wgpu/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 /wgpu/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--wgpu/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/src/lib.rs b/wgpu/src/lib.rs
index e51a225c..0186b007 100644
--- a/wgpu/src/lib.rs
+++ b/wgpu/src/lib.rs
@@ -20,7 +20,7 @@
//! [`wgpu`]: https://github.com/gfx-rs/wgpu-rs
//! [WebGPU API]: https://gpuweb.github.io/gpuweb/
//! [`wgpu_glyph`]: https://github.com/hecrj/wgpu_glyph
-#![deny(missing_docs)]
+//#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![deny(unused_results)]
#![forbid(unsafe_code)]