Skip to content

Commit

Permalink
chore: thanks cargo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin-Yeung committed Nov 18, 2023
1 parent 819364c commit 3191308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions src/utils/first/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ impl<'grammar> FirstBuilder<'grammar> {
}
}

#[cfg(test)]
mod tests {
use crate::utils::first::builder::FirstBuilder;
use bnf::Term;
Expand Down
4 changes: 2 additions & 2 deletions src/utils/follow/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ mod tests {
use crate::utils::follow::builder::FollowBuilder;
use crate::utils::follow::Follow;
use bnf::{Grammar, Term};
use std::collections::{HashMap, HashSet};
use std::ops::BitAnd;
use std::collections::HashSet;

use std::str::FromStr;

pub fn grammar() -> Grammar {
Expand Down

0 comments on commit 3191308

Please sign in to comment.