mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-21 21:42:23 -05:00
commit
8e87c35c88
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
macro_rules! print_emoji {
|
macro_rules! print_emoji {
|
||||||
($emoji:expr, $sign:expr, $color: ident ,$fmt:literal, $ex:expr) => {{
|
($emoji:expr, $sign:expr, $color: ident, $fmt:literal, $ex:expr) => {{
|
||||||
use console::{style, Emoji};
|
use console::{style, Emoji};
|
||||||
use std::env;
|
use std::env;
|
||||||
let formatstr = format!($fmt, $ex);
|
let formatstr = format!($fmt, $ex);
|
||||||
|
|
Loading…
Reference in a new issue