fix some lint warnings

This commit is contained in:
Skgland
2026-01-24 04:13:26 +01:00
committed by Bennet Bleßmann
parent d8c6fa1fe5
commit dfad71bc6e
2 changed files with 1 additions and 2 deletions

View File

@@ -4,7 +4,6 @@
use crate::arena::*;
use crate::atom_table::*;
use crate::offset_table::*;
use crate::parser::char_reader::*;
use crate::types::HeapCellValueTag;
use std::cell::{Cell, Ref, RefCell, RefMut};