diff options
author | 2020-02-09 03:44:16 +0100 | |
---|---|---|
committer | 2020-02-09 03:44:16 +0100 | |
commit | 9a73c3a88d92262b4e59c1f061b1c56e533e2b0b (patch) | |
tree | 05014ecebcbd31c043f2e168de4830a96fa3cc32 /wgpu/src/lib.rs | |
parent | 8f0b59a4b28bee028a879b0705eeeaa0b2e82df6 (diff) | |
download | iced-9a73c3a88d92262b4e59c1f061b1c56e533e2b0b.tar.gz iced-9a73c3a88d92262b4e59c1f061b1c56e533e2b0b.tar.bz2 iced-9a73c3a88d92262b4e59c1f061b1c56e533e2b0b.zip |
Write documentation for new `iced_wgpu` types
Diffstat (limited to 'wgpu/src/lib.rs')
-rw-r--r-- | wgpu/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/src/lib.rs b/wgpu/src/lib.rs index 9c1739b2..b38da060 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)] |