We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45a1a74 + e276c12 commit 8e87c35Copy full SHA for 8e87c35
src/ui.rs
@@ -1,5 +1,5 @@
1
macro_rules! print_emoji {
2
- ($emoji:expr, $sign:expr, $color: ident ,$fmt:literal, $ex:expr) => {{
+ ($emoji:expr, $sign:expr, $color: ident, $fmt:literal, $ex:expr) => {{
3
use console::{style, Emoji};
4
use std::env;
5
let formatstr = format!($fmt, $ex);
0 commit comments