Closed nbp closed 4 years ago
This caused the test suite to fail because of rust complaining about it.
error: unnecessary braces around block return value --> crates/generated_parser/src/parser_tables_generated.rs:353:17 | 353 | unsafe {{ std::mem::transmute(self.0) }} | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these braces | = note: `-D unused-braces` implied by `-D warnings`
This is a duplicate of #572.
This caused the test suite to fail because of rust complaining about it.