no jetbrains
Some checks failed
/ Test-Suite (push) Has been cancelled

This commit is contained in:
Rowan Torbitzky-Lane 2025-04-24 19:05:14 -05:00
parent 4c94286edb
commit b6619439ec
2 changed files with 6 additions and 7 deletions

View File

@ -26,7 +26,6 @@
rust-bin.beta.latest.rust-analyzer rust-bin.beta.latest.rust-analyzer
rust-bin.beta.latest.rustfmt rust-bin.beta.latest.rustfmt
rust-bin.beta.latest.rust-std rust-bin.beta.latest.rust-std
jetbrains.rust-rover
gdb gdb
]; ];
shellHook = '' shellHook = ''

View File

@ -85,12 +85,12 @@ pub fn plushy_to_push(genes: Vec<Gene>) -> Vec<Gene> {
return plushy_buffer; return plushy_buffer;
} else { } else {
let first_gene = plushy_buffer.pop().unwrap(); let first_gene = plushy_buffer.pop().unwrap();
match &first_gene { // match &first_gene {
Gene::Close => if has_openers(&push_buffer) { // Gene::Close => if has_openers(&push_buffer) {
let ndx: usize; // let ndx: usize;
let opener // let opener;
}, // },
} // }
} }
} }
} }