Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/stdx/src/thread.rs')
| -rw-r--r-- | crates/stdx/src/thread.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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<T> Drop for JoinHandle<T> { } } -#[expect(clippy::min_ident_chars, reason = "trait impl")] impl<T> fmt::Debug for JoinHandle<T> { fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { f.pad("JoinHandle { .. }") |