Get rid of unfulfilled expectation
This commit is contained in:
parent
1c23491763
commit
4fdd9bf580
1 changed files with 0 additions and 1 deletions
|
|
@ -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 { .. }")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue