mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-12-23 11:12:51 +00:00
Remove unused import
This commit is contained in:
parent
9da533312b
commit
f8d8af523d
1 changed files with 1 additions and 1 deletions
|
|
@ -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::{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue