[fine] Get rid of "value required", it's not useful
This commit is contained in:
parent
b205ebcb4c
commit
758aef4db9
4 changed files with 43 additions and 66 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue