Write documentation for new iced_wgpu types

This commit is contained in:
Héctor Ramón Jiménez 2020-02-09 03:44:16 +01:00
parent 8f0b59a4b2
commit 9a73c3a88d
5 changed files with 16 additions and 1 deletions

View file

@ -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)]