Skip to content

Commit

Permalink
Fix bench (#5184)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertbastian authored Jul 5, 2024
1 parent 960a018 commit 633aeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/icu/examples/tui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ use std::env;

#[cfg(not(debug_assertions))]
macro_rules! println {
($($arg:tt)*) => {};
($($arg:tt)*) => {{}};
}

#[no_mangle]
Expand Down

0 comments on commit 633aeb8

Please sign in to comment.