Skip to content

Commit 8eff2a4

Browse files
committed
Fix formatting
1 parent a5e6b12 commit 8eff2a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crossbeam-channel/src/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ pub fn at(when: Instant) -> Receiver<Instant> {
232232
/// # Examples
233233
///
234234
/// Using a `never` channel to optionally add a timeout to [`select!`]:
235-
///
235+
///
236236
/// [`select!`]: crate::select!
237237
///
238238
/// ```

crossbeam-channel/src/select.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ pub(crate) fn select_deadline<'a>(
518518
///
519519
/// The [`select!`] macro is a convenience wrapper around `Select`. However, it cannot select over a
520520
/// dynamically created list of channel operations.
521-
///
521+
///
522522
/// [`select!`]: crate::select!
523523
///
524524
/// Once a list of operations has been built with `Select`, there are two different ways of

0 commit comments

Comments
 (0)