File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,12 @@ pub mod deserialize;
1919pub 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
You can’t perform that action at this time.
0 commit comments