| commit | 8e350c5f27278b39e812d90872e294c666981fb6 | [log] [tgz] |
|---|---|---|
| author | itsjunetime <junewelker@gmail.com> | Wed Oct 01 23:00:16 2025 -0500 |
| committer | itsjunetime <junewelker@gmail.com> | Wed Oct 01 23:00:16 2025 -0500 |
| tree | e63d120ef22c4914f74707b99e1fe75add220fee | |
| parent | 3a6e472975ee1dce078c9b87ddc0b681db3c836d [diff] |
Get rid of unfulfilled expectation
diff --git a/crates/stdx/src/thread.rs b/crates/stdx/src/thread.rs index a34e9e4..37b7a9f 100644 --- a/crates/stdx/src/thread.rs +++ b/crates/stdx/src/thread.rs
@@ -101,7 +101,6 @@ } } -#[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 { .. }")