Skip to content

Commit ce3a340

Browse files
authored
Merge pull request #104 from WaffleLapkin/restart
fix `winio_elm::start!` wrt to a future rust change
2 parents be97f22 + 46767fe commit ce3a340

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

winio-elm/src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ macro_rules! start {
9999
$crate::__start_map!($($t)*),
100100
|| $noop
101101
),
102-
)*).0;
102+
)*).0
103103
};
104104
}
105105

0 commit comments

Comments
 (0)