Skip to content

Commit

Permalink
Merge branch 'master' into golang-test-chan
Browse files Browse the repository at this point in the history
  • Loading branch information
alygin committed May 9, 2022
2 parents 0a751f8 + eff394a commit c91ff53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crossbeam-channel/src/channel.rs
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ pub fn never<T>() -> Receiver<T> {
/// let ms = |ms| Duration::from_millis(ms);
///
/// // Returns `true` if `a` and `b` are very close `Instant`s.
/// let eq = |a, b| a + ms(50) > b && b + ms(50) > a;
/// let eq = |a, b| a + ms(65) > b && b + ms(65) > a;
///
/// let start = Instant::now();
/// let r = tick(ms(100));
Expand Down

0 comments on commit c91ff53

Please sign in to comment.