diff options
author | 2020-04-30 07:38:46 +0200 | |
---|---|---|
committer | 2020-04-30 07:38:46 +0200 | |
commit | d4c4198f7242f168de65146e0ca339e0c1cbfe9b (patch) | |
tree | 89ba3fb312c65264593720586df7e55726550e21 /wgpu/src/lib.rs | |
parent | 1501a93915b3704a1d57da4c390a8ebca4e35c8b (diff) | |
download | iced-d4c4198f7242f168de65146e0ca339e0c1cbfe9b.tar.gz iced-d4c4198f7242f168de65146e0ca339e0c1cbfe9b.tar.bz2 iced-d4c4198f7242f168de65146e0ca339e0c1cbfe9b.zip |
Write documentation for the new `canvas` API
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 30b5bb4a..799c1f34 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)] |