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/history/mod.rs | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 crates/turtle/src/atuin_daemon/history/mod.rs (limited to 'crates/turtle/src/atuin_daemon/history') diff --git a/crates/turtle/src/atuin_daemon/history/mod.rs b/crates/turtle/src/atuin_daemon/history/mod.rs deleted file mode 100644 index b71853df..00000000 --- a/crates/turtle/src/atuin_daemon/history/mod.rs +++ /dev/null @@ -1,6 +0,0 @@ -//! History module for the daemon gRPC history service. -//! -//! This module contains the proto-generated types for the history gRPC service. - -// Include the generated proto code -tonic::include_proto!("history"); -- cgit v1.3.1