summaryrefslogtreecommitdiffstats
path: root/wgpu/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-02-18 08:48:54 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-02-18 08:48:54 +0100
commit9c067562fa765cfc49d09cd9b12fbba96d5619fa (patch)
tree7e0a37c5f2a867ec62260b934af91a7473f7b7bb /wgpu/src/lib.rs
parent570f769744aabce2d9d9618feadb47e4b92f50ca (diff)
downloadiced-9c067562fa765cfc49d09cd9b12fbba96d5619fa.tar.gz
iced-9c067562fa765cfc49d09cd9b12fbba96d5619fa.tar.bz2
iced-9c067562fa765cfc49d09cd9b12fbba96d5619fa.zip
Write documentation for new `canvas` module
Diffstat (limited to 'wgpu/src/lib.rs')
-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 90d28353..4f2b732d 100644
--- a/wgpu/src/lib.rs
+++ b/wgpu/src/lib.rs
@@ -19,7 +19,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)]