Skip to content

Commit

Permalink
Update crossbeam-deque/src/deque.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
james7132 authored May 13, 2024
1 parent 27387e5 commit bf6ad50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossbeam-deque/src/deque.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ impl<T> Worker<T> {
}
}

/// Checks if the worker and the provided stealer are pointing to the same underlying queue.
/// Returns true if the given stealer was derived from this worker.
///
/// # Examples
///
Expand Down

0 comments on commit bf6ad50

Please sign in to comment.