aboutsummaryrefslogtreecommitdiff
path: root/tests/scoped_threadpool.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/scoped_threadpool.rs')
-rw-r--r--tests/scoped_threadpool.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scoped_threadpool.rs b/tests/scoped_threadpool.rs
index 534e8bb..9321471 100644
--- a/tests/scoped_threadpool.rs
+++ b/tests/scoped_threadpool.rs
@@ -93,7 +93,7 @@ fn build_scoped_tls_threadpool() {
},
)
.expect("thread pool created");
- // Internally, `crossbeam::scope` will wait for the threads to exit before returning.
+ // Internally, `std::thread::scope` will wait for the threads to exit before returning.
});
});
}