mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-27 18:26:19 +00:00
Get rid of unfulfilled expectation
This commit is contained in:
parent
3a6e472975
commit
8e350c5f27
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