Skip to content

Commit f4eeb3c

Browse files
committed
Fix build
1 parent f743ed1 commit f4eeb3c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/parser/alter.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
//! SQL Parser for ALTER
1414
1515
#[cfg(not(feature = "std"))]
16-
use alloc::vec;
17-
#[cfg(not(feature = "std"))]
18-
use alloc::{string::ToString};
16+
use alloc::{string::ToString, vec};
1917

2018
use super::{Parser, ParserError};
2119
use crate::{

0 commit comments

Comments
 (0)