mirror of
https://github.com/rust-lang/rustlings.git
synced 2025-04-23 12:08:46 +02:00
commit
8e87c35c88
@ -1,5 +1,5 @@
|
||||
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 std::env;
|
||||
let formatstr = format!($fmt, $ex);
|
||||
|
Loading…
x
Reference in New Issue
Block a user