We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5e6b12 commit 8eff2a4Copy full SHA for 8eff2a4
crossbeam-channel/src/channel.rs
@@ -232,7 +232,7 @@ pub fn at(when: Instant) -> Receiver<Instant> {
232
/// # Examples
233
///
234
/// Using a `never` channel to optionally add a timeout to [`select!`]:
235
-///
+///
236
/// [`select!`]: crate::select!
237
238
/// ```
crossbeam-channel/src/select.rs
@@ -518,7 +518,7 @@ pub(crate) fn select_deadline<'a>(
518
519
/// The [`select!`] macro is a convenience wrapper around `Select`. However, it cannot select over a
520
/// dynamically created list of channel operations.
521
522
523
524
/// Once a list of operations has been built with `Select`, there are two different ways of
0 commit comments