From 989f01ad230423c5a5105d6c9ff8580020e902ed Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Wed, 10 Jun 2026 22:26:10 +0200 Subject: chore: Remove more useless code --- crates/atuin-client/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'crates/atuin-client/src/lib.rs') diff --git a/crates/atuin-client/src/lib.rs b/crates/atuin-client/src/lib.rs index 7938176a..cd7785e1 100644 --- a/crates/atuin-client/src/lib.rs +++ b/crates/atuin-client/src/lib.rs @@ -7,8 +7,6 @@ extern crate log; pub mod api_client; #[cfg(feature = "sync")] pub mod auth; -#[cfg(feature = "hub")] -pub mod hub; #[cfg(feature = "sync")] pub mod login; #[cfg(feature = "sync")] -- cgit v1.3.1