mirror of
https://github.com/fluencelabs/lalrpop
synced 2025-03-16 17:00:53 +00:00
Remove confusing "ok" message printed to stdout
This commit is contained in:
parent
983643086f
commit
79bcfee0a7
@ -85,8 +85,6 @@ impl<'grammar> Validator<'grammar> {
|
||||
|| item_idx != &match_contents.items.len() - 1)
|
||||
{
|
||||
return_err!(item.span(), "Catch all must be final item");
|
||||
} else {
|
||||
println!("ok");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user