Fix missing docs in iced crate
This commit is contained in:
parent
2d6d26cef4
commit
48bc505cb6
3 changed files with 3 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
//! Build interactive cross-platform applications.
|
||||
use crate::window;
|
||||
use crate::{Command, Element, Executor, Settings, Subscription};
|
||||
|
||||
|
|
|
|||
|
|
@ -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)]
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
//! Build interactive cross-platform applications.
|
||||
use crate::pure::{self, Pure};
|
||||
use crate::window;
|
||||
use crate::{Command, Executor, Settings, Subscription};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue