Write documentation for new iced_winit API

This commit is contained in:
Héctor Ramón Jiménez 2020-05-28 02:49:32 +02:00
parent 508128436c
commit ef28347f1c
5 changed files with 14 additions and 1 deletions

View file

@ -15,7 +15,7 @@
//! [`winit`]: https://github.com/rust-windowing/winit
//! [`Application`]: trait.Application.html
//! [`conversion`]: conversion
//#![deny(missing_docs)]
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![deny(unused_results)]
#![forbid(unsafe_code)]