Skip to content

Commit

Permalink
Commit suggested changes.
Browse files Browse the repository at this point in the history
Co-authored-by: Joey Beauvais-Feisthauer <[email protected]>
  • Loading branch information
nhukc and JoeyBF authored Jun 24, 2024
1 parent 9786b88 commit a854bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rayon-core/src/thread_pool/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ fn nested_thread_pools_deadlock() {
// The lock thread pool must be full_blocking for this test to pass.
let lock_pool = Arc::new(
ThreadPoolBuilder::new()
.full_blocking()
.full_blocking(true)
.num_threads(1)
.build()
.unwrap(),
Expand Down

0 comments on commit a854bf4

Please sign in to comment.