Skip to content

Commit 4fdd9bf

Browse files
committed
Get rid of unfulfilled expectation
1 parent 1c23491 commit 4fdd9bf

File tree

1 file changed

+0
-1
lines changed
  • src/tools/rust-analyzer/crates/stdx/src

1 file changed

+0
-1
lines changed

src/tools/rust-analyzer/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)