Skip to content

Commit a854bf4

Browse files
nhukcJoeyBF
andauthored
Commit suggested changes.
Co-authored-by: Joey Beauvais-Feisthauer <[email protected]>
1 parent 9786b88 commit a854bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rayon-core/src/thread_pool/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ fn nested_thread_pools_deadlock() {
425425
// The lock thread pool must be full_blocking for this test to pass.
426426
let lock_pool = Arc::new(
427427
ThreadPoolBuilder::new()
428-
.full_blocking()
428+
.full_blocking(true)
429429
.num_threads(1)
430430
.build()
431431
.unwrap(),

0 commit comments

Comments
 (0)