chore: upgrade lance to 0.34.0-beta.4 (#2621)

This commit is contained in:
Jack Ye
2025-09-02 21:33:55 -07:00
committed by GitHub
parent a9ea785b15
commit e6f1da31dc
6 changed files with 990 additions and 565 deletions

View File

@@ -480,6 +480,7 @@ impl JsFullTextQuery {
}
#[napi(factory)]
#[allow(clippy::use_self)] // NAPI doesn't allow Self here but clippy reports it
pub fn boolean_query(queries: Vec<(String, &JsFullTextQuery)>) -> napi::Result<Self> {
let mut sub_queries = Vec::with_capacity(queries.len());
for (occur, q) in queries {