Skip to content

Commit

Permalink
fix: remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
amaanq committed Feb 19, 2024
1 parent 8ccb554 commit 640057b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cli/src/generate/rules.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use super::grammars::VariableType;
use smallbitvec::SmallBitVec;
use std::iter::FromIterator;
use std::{collections::HashMap, fmt};

#[derive(Clone, Copy, Debug, PartialEq, Eq, Hash, PartialOrd, Ord)]
Expand Down

0 comments on commit 640057b

Please sign in to comment.