e2c857a ^
c5ea653 ^
1 2
3
4
5
6
lazy_static! { pub static ref NAME: String = users::get_current_username() .expect("Could not get username") .into_string() .expect("Could not get username"); }