This commit is contained in:
Simon Gardling
2022-06-01 02:29:48 -04:00
parent 4cdd764956
commit 252312b1f7
3 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ fn main() {
let mut main_chars: Vec<char> =
b"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzsu0123456789?.,!(){}[]-_=+-/<>'\\ :^*`@#$%&|~;"
.into_iter()
.iter()
.map(|c| *c as char)
.collect();