Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
alygin committed May 19, 2022
1 parent a5e6b12 commit 8eff2a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crossbeam-channel/src/channel.rs
Expand Up @@ -232,7 +232,7 @@ pub fn at(when: Instant) -> Receiver<Instant> {
/// # Examples
///
/// Using a `never` channel to optionally add a timeout to [`select!`]:
///
///
/// [`select!`]: crate::select!
///
/// ```
Expand Down
2 changes: 1 addition & 1 deletion crossbeam-channel/src/select.rs
Expand Up @@ -518,7 +518,7 @@ pub(crate) fn select_deadline<'a>(
///
/// The [`select!`] macro is a convenience wrapper around `Select`. However, it cannot select over a
/// dynamically created list of channel operations.
///
///
/// [`select!`]: crate::select!
///
/// Once a list of operations has been built with `Select`, there are two different ways of
Expand Down

0 comments on commit 8eff2a4

Please sign in to comment.