From 2ca7dd57b12861e8c9bbc9238cda612e0ff22ff3 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 12 Jun 2026 17:16:19 +0200 Subject: chore(treewide): Cleanup themes --- crates/turtle/src/main.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'crates/turtle/src/main.rs') diff --git a/crates/turtle/src/main.rs b/crates/turtle/src/main.rs index fb3405be..664cf3a6 100644 --- a/crates/turtle/src/main.rs +++ b/crates/turtle/src/main.rs @@ -20,9 +20,7 @@ pub(crate) mod atuin_history; pub(crate) mod atuin_pty_proxy; pub(crate) mod atuin_server; -#[cfg(feature = "sync")] mod print_error; -#[cfg(feature = "sync")] mod sync; const VERSION: &str = env!("CARGO_PKG_VERSION"); -- cgit v1.3.1