Skip to content

Commit

Permalink
chore: remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Oct 26, 2024
1 parent 4e7ff25 commit 87ba76c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/src/compiler/ir/tests/mod.rs
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
use std::fs;
use std::io::BufWriter;
use std::mem::size_of;

use crate::compiler::{Expr, MatchAnchor, NodeIdx, Range};
use crate::symbols::Symbol;
use crate::types::TypeValue;
use crate::compiler::Expr;
use crate::Compiler;

#[test]
Expand Down

0 comments on commit 87ba76c

Please sign in to comment.