diff options
author | 2020-02-18 08:48:54 +0100 | |
---|---|---|
committer | 2020-02-18 08:48:54 +0100 | |
commit | 9c067562fa765cfc49d09cd9b12fbba96d5619fa (patch) | |
tree | 7e0a37c5f2a867ec62260b934af91a7473f7b7bb /wgpu/src/lib.rs | |
parent | 570f769744aabce2d9d9618feadb47e4b92f50ca (diff) | |
download | iced-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.rs | 2 |
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)] |