Fix unused import

ida_star 0.6
Wilfred Hughes 2021-07-27 23:51:59 +07:00
parent d68d803521
commit 1248682f68
1 changed files with 0 additions and 2 deletions

@ -265,8 +265,6 @@ impl ParseState {
#[cfg(test)] #[cfg(test)]
mod tests { mod tests {
use std::cell::Cell;
use super::*; use super::*;
use crate::syntax::Syntax::*; use crate::syntax::Syntax::*;