1
0
Fork 0
forked from AbleOS/ableos
ableos_time/ableos/src/unicode_utils.rs
TheOddGarlic 69c10e0ba4 misc warning fixes
this concludes the fix warnings phase of the cleanup
2022-08-01 14:50:41 +03:00

6 lines
132 B
Rust

#![allow(dead_code)]
pub const CONSOLE: &str = "\u{E795}";
pub const POWER_SIGN: &str = "\u{23FB}";
pub const LAMBDA: &str = "λ";