Use no_run for widget doc-tests

This commit is contained in:
Héctor Ramón Jiménez 2023-03-05 04:19:31 +01:00
parent f4cf488e0b
commit cfb8abb6f5
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
11 changed files with 10 additions and 19 deletions

View file

@ -25,7 +25,7 @@ pub use iced_style::slider::{Appearance, Handle, HandleShape, StyleSheet};
/// to 1 unit.
///
/// # Example
/// ```
/// ```no_run
/// # type Slider<'a, T, Message> =
/// # iced_widget::Slider<'a, Message, T, iced_widget::renderer::Renderer<iced_widget::style::Theme>>;
/// #