Skip to content

Commit bf6ad50

Browse files
authored
Update crossbeam-deque/src/deque.rs
1 parent 27387e5 commit bf6ad50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crossbeam-deque/src/deque.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ impl<T> Worker<T> {
284284
}
285285
}
286286

287-
/// Checks if the worker and the provided stealer are pointing to the same underlying queue.
287+
/// Returns true if the given stealer was derived from this worker.
288288
///
289289
/// # Examples
290290
///

0 commit comments

Comments
 (0)