Fix missing docs in iced crate

This commit is contained in:
Héctor Ramón Jiménez 2022-07-08 23:20:25 +02:00
parent 2d6d26cef4
commit 48bc505cb6
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,4 @@
//! Build interactive cross-platform applications.
use crate::window;
use crate::{Command, Element, Executor, Settings, Subscription};

View file

@ -174,7 +174,7 @@
#![doc(
html_logo_url = "https://raw.githubusercontent.com/iced-rs/iced/9ab6923e943f784985e9ef9ca28b10278297225d/docs/logo.svg"
)]
//#![deny(missing_docs)]
#![deny(missing_docs)]
#![deny(missing_debug_implementations)]
#![deny(unused_results)]
#![forbid(unsafe_code)]

View file

@ -1,3 +1,4 @@
//! Build interactive cross-platform applications.
use crate::pure::{self, Pure};
use crate::window;
use crate::{Command, Executor, Settings, Subscription};