Performed a partial compile cleanup.
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2026-04-23 11:31:52 -04:00
parent 88cd6cd606
commit 160de994bb
14 changed files with 34 additions and 31 deletions

View File

@@ -19,7 +19,6 @@ use std::{
sync::mpsc::{channel, Receiver},
thread::spawn,
};
use uuid::Uuid;
pub struct CreateDoc {
queue: Queue,
@@ -225,6 +224,7 @@ impl Indexes {
mod indexes {
use super::*;
use crate::action::{FieldType, Operand};
use uuid::Uuid;
fn get_fields(count: usize) -> Vec<Field> {
let mut output = Vec::new();