We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90acac0 commit 6a0deb6Copy full SHA for 6a0deb6
src/dialect/mssql.rs
@@ -15,6 +15,8 @@
15
// specific language governing permissions and limitations
16
// under the License.
17
18
+#[cfg(not(feature = "std"))]
19
+use alloc::{vec, vec::Vec};
20
use crate::ast::helpers::attached_token::AttachedToken;
21
use crate::ast::{ConditionalStatementBlock, ConditionalStatements, IfStatement, Statement};
22
use crate::dialect::Dialect;
0 commit comments