rustfmt and now grouping working

This commit is contained in:
elvis
2025-09-10 22:41:40 +02:00
parent 355857abff
commit 91f69c9e6d
30 changed files with 2368 additions and 1188 deletions

View File

@ -1,3 +1,3 @@
fn main() {
lalrpop::process_root().unwrap();
lalrpop::process_src().unwrap();
}