summaryrefslogtreecommitdiffstats
path: root/wgpu/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-01-12 11:22:57 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2022-01-12 11:22:57 +0700
commit7ef0259a2cb7116496f438266a00b73d482eff8a (patch)
treeeebd879438633c25ee917c141b57839155325e05 /wgpu/src/lib.rs
parentc85caff7a5b1ef78529c8d2a4f3f3cdd98301693 (diff)
downloadiced-7ef0259a2cb7116496f438266a00b73d482eff8a.tar.gz
iced-7ef0259a2cb7116496f438266a00b73d482eff8a.tar.bz2
iced-7ef0259a2cb7116496f438266a00b73d482eff8a.zip
Write missing docs for `user_interface` module
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 69763e66..fb03854b 100644
--- a/wgpu/src/lib.rs
+++ b/wgpu/src/lib.rs
@@ -23,7 +23,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)]
#![deny(unsafe_code)]