Skip to content

Commit

Permalink
Update parser_tests.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokathor authored Oct 22, 2024
1 parent 42d01c3 commit b34a34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/parser_tests.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use yagbas::{
item::{parse_token_trees_to_items, FnDecl, Item, Statement},
src_files::{FileSpan, Filespanned, SrcFileInfo, SrcID},
src_files::{FileSpan, FileSpanned, SrcFileInfo, SrcID},
str_id::StrID,
token_tree::parse_tokens_to_token_trees,
};
Expand Down

0 comments on commit b34a34a

Please sign in to comment.