We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c23491 commit 4fdd9bfCopy full SHA for 4fdd9bf
src/tools/rust-analyzer/crates/stdx/src/thread.rs
@@ -101,7 +101,6 @@ impl<T> Drop for JoinHandle<T> {
101
}
102
103
104
-#[expect(clippy::min_ident_chars, reason = "trait impl")]
105
impl<T> fmt::Debug for JoinHandle<T> {
106
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
107
f.pad("JoinHandle { .. }")
0 commit comments