From 6bd2b80be51a8623640fbd77afa1da09289e40cc Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Mon, 20 Jul 2026 17:54:34 +0200 Subject: chore: All compiles --- crates/client/src/main.rs | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'crates/client/src/main.rs') diff --git a/crates/client/src/main.rs b/crates/client/src/main.rs index 2453c0e1..51480a7b 100644 --- a/crates/client/src/main.rs +++ b/crates/client/src/main.rs @@ -4,12 +4,6 @@ clippy::missing_const_for_fn, // not 100% reliable clippy::redundant_pub_crate, )] -#![expect( - clippy::cast_possible_wrap, - clippy::cast_sign_loss, - clippy::cast_possible_truncation, - reason = "We should remove all of these. But it's just a lot of work in this code-base" -)] use clap::Parser; use clap::builder::Styles; @@ -22,10 +16,6 @@ mod command; pub(crate) mod atuin_client; pub(crate) mod atuin_history; -pub(crate) mod atuin_pty_proxy; - -mod print_error; -mod sync; const VERSION: &str = env!("CARGO_PKG_VERSION"); const SHA: &str = env!("GIT_HASH"); -- cgit v1.3.1