Skip to content

Commit 8e350c5

Browse files
committed
Get rid of unfulfilled expectation
1 parent 3a6e472 commit 8e350c5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/stdx/src/thread.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ impl<T> Drop for JoinHandle<T> {
101101
}
102102
}
103103

104-
#[expect(clippy::min_ident_chars, reason = "trait impl")]
105104
impl<T> fmt::Debug for JoinHandle<T> {
106105
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
107106
f.pad("JoinHandle { .. }")

0 commit comments

Comments
 (0)