Remove redundant import

This commit is contained in:
René Kijewski 2024-03-07 17:02:55 +01:00 committed by Dirkjan Ochtman
parent 5149cd9307
commit 7aa4a80791

View File

@ -22,7 +22,6 @@ pub use node::Node;
mod tests;
mod _parsed {
use std::cmp::PartialEq;
use std::{fmt, mem};
use super::node::Node;