Annotate root crate tests with standalone_crate
The new Rustdoc combined tests are an order of magnitude slower in my machine for the `iced` root crate.
This commit is contained in:
parent
53ce0e3a88
commit
33d20763c8
2 changed files with 18 additions and 18 deletions
|
|
@ -1,7 +1,7 @@
|
|||
//! Create and run iced applications step by step.
|
||||
//!
|
||||
//! # Example
|
||||
//! ```no_run
|
||||
//! ```no_run,standalone_crate
|
||||
//! use iced::widget::{button, column, text, Column};
|
||||
//! use iced::Theme;
|
||||
//!
|
||||
|
|
@ -42,7 +42,7 @@ use std::borrow::Cow;
|
|||
/// Creates an iced [`Application`] given its title, update, and view logic.
|
||||
///
|
||||
/// # Example
|
||||
/// ```no_run
|
||||
/// ```no_run,standalone_crate
|
||||
/// use iced::widget::{button, column, text, Column};
|
||||
///
|
||||
/// pub fn main() -> iced::Result {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue