From 6723829a3398b3c9dd6dc6ae79124f46000606ee Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 13 Jun 2026 00:50:54 +0200 Subject: chore(treewide): Remove `cargo` warnings to 0 There are still the `clippy` warnings, but they are for a future date. --- crates/turtle/src/atuin_daemon/semantic/mod.rs | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 crates/turtle/src/atuin_daemon/semantic/mod.rs (limited to 'crates/turtle/src/atuin_daemon/semantic') diff --git a/crates/turtle/src/atuin_daemon/semantic/mod.rs b/crates/turtle/src/atuin_daemon/semantic/mod.rs deleted file mode 100644 index c3511676..00000000 --- a/crates/turtle/src/atuin_daemon/semantic/mod.rs +++ /dev/null @@ -1,3 +0,0 @@ -//! Semantic command capture gRPC service types. - -tonic::include_proto!("semantic"); -- cgit v1.3.1