Skip to content

Commit 6eaa913

Browse files
committed
Remove duplicate Default impl
1 parent 62569a4 commit 6eaa913

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

compiler/rustc_thread_pool/src/worker_local.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,3 @@ impl<T: Default> Default for WorkerLocal<T> {
8383
WorkerLocal::new(|_| Default::default())
8484
}
8585
}
86-
87-
impl<T: Default> Default for WorkerLocal<T> {
88-
fn default() -> Self {
89-
WorkerLocal::new(|_| Default::default())
90-
}
91-
}

0 commit comments

Comments
 (0)