Remove unused import

This commit is contained in:
Petr Novotnik 2025-12-14 11:03:01 +01:00
parent 9da533312b
commit f8d8af523d

View file

@ -13,7 +13,7 @@
//! SQL Parser for a `MERGE` statement
#[cfg(not(feature = "std"))]
use alloc::{boxed::Box, format, string::ToString, vec, vec::Vec};
use alloc::{boxed::Box, format, vec, vec::Vec};
use crate::{
ast::{