We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 311deaa commit c4fc3e5Copy full SHA for c4fc3e5
1 file changed
src/dialect/sqlite.rs
@@ -15,6 +15,9 @@
15
// specific language governing permissions and limitations
16
// under the License.
17
18
+#[cfg(not(feature = "std"))]
19
+use alloc::boxed::Box;
20
+
21
use crate::ast::BinaryOperator;
22
use crate::ast::{Expr, Statement};
23
use crate::dialect::Dialect;
0 commit comments