cargo fix

This commit is contained in:
Levy A.
2025-06-30 13:36:01 -03:00
parent afc55b27f0
commit 3907b387b3
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ use crate::translate::expr::{walk_expr, WalkControl};
use crate::translate::plan::ResultSetColumn;
use crate::{
function::AggFunc,
schema::{Column, PseudoTable},
schema::PseudoTable,
translate::collate::CollationSeq,
util::exprs_are_equivalent,
vdbe::{

View File

@@ -3,7 +3,7 @@ use std::rc::Rc;
use turso_sqlite3_parser::ast::{self, SortOrder};
use crate::{
schema::{Column, PseudoTable},
schema::PseudoTable,
translate::collate::CollationSeq,
util::exprs_are_equivalent,
vdbe::{