chore: Remove unused emoji.rs

This commit is contained in:
Sergio Gasquez 2023-10-26 16:06:17 +02:00 committed by Sergio Gasquez Arcos
parent f512c6f938
commit e54750d27f

View File

@ -1,12 +0,0 @@
//! Emoji support.
use console::Emoji;
pub static ERROR: Emoji<'_, '_> = Emoji("", "");
pub static CHECK: Emoji<'_, '_> = Emoji("", "");
pub static WARN: Emoji<'_, '_> = Emoji("⚠️ ", "");
pub static WRENCH: Emoji<'_, '_> = Emoji("🔧 ", "");
pub static DOWNLOAD: Emoji<'_, '_> = Emoji("📥 ", "");
pub static INFO: Emoji<'_, '_> = Emoji("💡 ", "");
pub static DISC: Emoji<'_, '_> = Emoji("💽 ", "");
pub static DEBUG: Emoji<'_, '_> = Emoji("🐞 ", "");