Skip to content

Commit 46387ad

Browse files
committed
test: ignore doc tests
1 parent 9f2c18d commit 46387ad

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

winio-elm/src/macros.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pub use paste::paste as __paste;
55

66
/// Helper macro for `Component::init`.
77
///
8-
/// ```no_run
8+
/// ```ignore
99
/// # use winio::{Canvas, Layoutable, Size, Visible, Window, init};
1010
/// init! {
1111
/// window: Window = (()) => {
@@ -46,7 +46,7 @@ macro_rules! __init_assign {
4646

4747
/// Helper macro for `Component::start`.
4848
///
49-
/// ```no_run
49+
/// ```ignore
5050
/// # use winio::{Canvas, CanvasEvent, Child, Component, ComponentSender, Window, WindowEvent, start};
5151
/// struct MainModel {
5252
/// window: Child<Window>,

winio-layout/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ fn render(
247247

248248
/// Helper macro for layouts in `Component::render`.
249249
///
250-
/// ```no_run
250+
/// ```ignore
251251
/// # use winio::{Canvas, Child, Grid, Layoutable, Window, layout};
252252
/// # struct MainModel {
253253
/// # window: Child<Window>,

0 commit comments

Comments
 (0)