Skip to content

Commit 2f74576

Browse files
committed
Removed unused emojis
1 parent 1316958 commit 2f74576

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rewatch/src/helpers.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,12 @@ pub mod deserialize;
1919
pub mod emojis {
2020
use console::Emoji;
2121
pub static COMMAND: Emoji<'_, '_> = Emoji("🏃 ", "");
22-
pub static TREE: Emoji<'_, '_> = Emoji("📦 ", "");
2322
pub static SWEEP: Emoji<'_, '_> = Emoji("🧹 ", "");
24-
pub static LOOKING_GLASS: Emoji<'_, '_> = Emoji("👀 ", "");
2523
pub static CODE: Emoji<'_, '_> = Emoji("🧱 ", "");
2624
pub static SWORDS: Emoji<'_, '_> = Emoji("🤺 ", "");
27-
pub static DEPS: Emoji<'_, '_> = Emoji("🌴 ", "");
2825
pub static CHECKMARK: Emoji<'_, '_> = Emoji("✅ ", "");
2926
pub static CROSS: Emoji<'_, '_> = Emoji("❌ ", "");
3027
pub static SPARKLES: Emoji<'_, '_> = Emoji("✨ ", "");
31-
pub static COMPILE_STATE: Emoji<'_, '_> = Emoji("📝 ", "");
3228
pub static LINE_CLEAR: &str = "\x1b[2K\r";
3329
}
3430

0 commit comments

Comments
 (0)