Write documentation for new iced_native API

This commit is contained in:
Héctor Ramón Jiménez 2020-05-28 02:04:31 +02:00
parent b9d42a45a8
commit 508128436c
4 changed files with 39 additions and 3 deletions

View file

@ -34,7 +34,7 @@
//! [`window::Backend`]: window/trait.Backend.html
//! [`UserInterface`]: struct.UserInterface.html
//! [renderer]: renderer/index.html
//#![deny(missing_docs)]
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![deny(unused_results)]
#![forbid(unsafe_code)]