Write missing documentation in iced_graphics

This commit is contained in:
Héctor Ramón Jiménez 2021-11-05 15:38:40 +07:00
parent 9fe65ed729
commit b64e875205
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 5 additions and 1 deletions

View file

@ -4,7 +4,7 @@
//! ![The native path of the Iced ecosystem](https://github.com/hecrj/iced/blob/0525d76ff94e828b7b21634fa94a747022001c83/docs/graphs/native.png?raw=true)
//!
//! [`iced`]: https://github.com/hecrj/iced
//#![deny(missing_docs)]
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![deny(unused_results)]
#![deny(unsafe_code)]