Skip to content

Commit ccceb81

Browse files
committed
Remove unused import
1 parent 94c8751 commit ccceb81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parser/merge.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//! SQL Parser for a `MERGE` statement
1414
1515
#[cfg(not(feature = "std"))]
16-
use alloc::{boxed::Box, format, string::ToString, vec, vec::Vec};
16+
use alloc::{boxed::Box, format, vec, vec::Vec};
1717

1818
use crate::{
1919
ast::{

0 commit comments

Comments
 (0)