From e7819d258a29eeec0e9255a961fee3b44735afab Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 22 Jul 2025 16:03:20 +0200 Subject: chore: update to rust 1.88 (#2815) * chore: update to rust 1.88 * clippy + fmt * update ci version * update flake --- crates/atuin-common/src/shell.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/atuin-common/src/shell.rs') diff --git a/crates/atuin-common/src/shell.rs b/crates/atuin-common/src/shell.rs index 0d495369..995c7bcb 100644 --- a/crates/atuin-common/src/shell.rs +++ b/crates/atuin-common/src/shell.rs @@ -31,7 +31,7 @@ impl std::fmt::Display for Shell { Shell::Unknown => "unknown", }; - write!(f, "{}", shell) + write!(f, "{shell}") } } -- cgit v1.3.1