From 8e350c5f27278b39e812d90872e294c666981fb6 Mon Sep 17 00:00:00 2001 From: itsjunetime Date: Wed, 1 Oct 2025 23:00:16 -0500 Subject: [PATCH] Get rid of unfulfilled expectation --- crates/stdx/src/thread.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/stdx/src/thread.rs b/crates/stdx/src/thread.rs index a34e9e4a65..37b7a9f5ed 100644 --- a/crates/stdx/src/thread.rs +++ b/crates/stdx/src/thread.rs @@ -101,7 +101,6 @@ impl Drop for JoinHandle { } } -#[expect(clippy::min_ident_chars, reason = "trait impl")] impl fmt::Debug for JoinHandle { fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { f.pad("JoinHandle { .. }")