done with ya, thanks

pull/6/head
dvkt 5 years ago
parent 1f74ee9b7c
commit 4abcf7da48

@ -395,11 +395,3 @@ impl Menu {
}
}
// number -> char of that number
fn to_char(c: u32) -> char {
if let Some(ch) = std::char::from_digit(c, 10) {
ch
} else {
'0'
}
}

Loading…
Cancel
Save