[fine] Get rid of "value required", it's not useful

This commit is contained in:
John Doty 2024-01-06 07:27:44 -08:00
parent b205ebcb4c
commit 758aef4db9
4 changed files with 43 additions and 66 deletions

View file

@ -18,7 +18,7 @@ pub fn process_file(file: &str) {
// This is... probably wrong, I don't know, what am I doing?
for t in tree.trees() {
let _ = semantics.type_of(t, false);
let _ = semantics.type_of(t);
}
// OK now there might be errors.