Get rid of unfulfilled expectation

This commit is contained in:
itsjunetime 2025-10-01 23:00:16 -05:00
parent 3a6e472975
commit 8e350c5f27
No known key found for this signature in database

View file

@ -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 { .. }")