Skip to content

Commit

Permalink
Refactor: split language_set.rs into multiple files
Browse files Browse the repository at this point in the history
  • Loading branch information
justinpombrio committed Mar 19, 2024
1 parent 1899a3e commit 7054776
Show file tree
Hide file tree
Showing 15 changed files with 658 additions and 653 deletions.
2 changes: 1 addition & 1 deletion src/language/forest.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::infra::{bug, SynlessBug};
use crate::util::{bug, SynlessBug};
use generational_arena::Arena;

/// An index into a Forest, which represents a node in a tree.
Expand Down
Loading

0 comments on commit 7054776

Please sign in to comment.