Skip to content

Commit e2a79fd

Browse files
committed
fix: don't run a compile test that loops on darwin
1 parent ca7f568 commit e2a79fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

iui/src/compile_tests.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
//! ```
1717
//!
1818
//! This one is OK, because it moves the `Vec` into the closure's scope.
19-
//! ```
19+
//! ```no_run
2020
//! let ev = iui::UI::init().unwrap();
2121
//!
2222
//! let v = vec![1, 2, 3, 4];
@@ -65,5 +65,4 @@
6565
//! ev.next_tick(&ui);
6666
//! ui.quit();
6767
//! ev.next_tick(&ui);
68-
//!
6968
//! ```

0 commit comments

Comments
 (0)