now i am just writing things

This commit is contained in:
jane 2021-12-27 19:09:59 -05:00
parent 2de3ecde06
commit c78aea5a77

View file

@ -35,7 +35,7 @@ fn main() {
let mut lights = lock.write().unwrap();
let pattern = format_multiline("val 255 150 0");
pattern.iter()
.map(|x| parse_line(x))
.map(|x: &Vec<String>| parse_line(&x))
.for_each(|res| {
if res.is_ok() {
res.unwrap().execute(&mut lights);