working, cleaning trash via cargo fix

This commit is contained in:
Priec
2025-07-29 20:14:24 +02:00
parent 074b2914d8
commit 1a451a576f
14 changed files with 10 additions and 1993 deletions

View File

@@ -17,7 +17,7 @@ use anyhow::Result;
use common::proto::komp_ac::search::search_response::Hit;
use crossterm::event::{KeyCode, KeyEvent};
use tokio::sync::mpsc;
use tracing::{debug, info};
use tracing::info;
#[derive(Debug, Clone, PartialEq, Eq)]
pub enum EditEventOutcome {