We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94c8751 commit ccceb81Copy full SHA for ccceb81
src/parser/merge.rs
@@ -13,7 +13,7 @@
13
//! SQL Parser for a `MERGE` statement
14
15
#[cfg(not(feature = "std"))]
16
-use alloc::{boxed::Box, format, string::ToString, vec, vec::Vec};
+use alloc::{boxed::Box, format, vec, vec::Vec};
17
18
use crate::{
19
ast::{
0 commit comments