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.
2 parents c2a463a + 23cea55 commit e20ac1bCopy full SHA for e20ac1b
1 file changed
compiler/rustc_thread_pool/src/sleep/mod.rs
@@ -106,7 +106,6 @@ impl Sleep {
106
let mut data = self.data.lock().unwrap();
107
debug_assert!(data.active_threads > 0);
108
debug_assert!(data.blocked_threads < data.worker_count);
109
- debug_assert!(data.active_threads > 0);
110
data.active_threads -= 1;
111
data.blocked_threads += 1;
112
0 commit comments