Skip to content

Commit

Permalink
Fix intradoc link
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Jun 8, 2024
1 parent dedd4f4 commit 80a97ac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,9 @@ impl<D: Descriptor> Signals<D> {

/// Receive multiple signals.
///
/// This is an combined, owned version of `Signals` and `Receive` (the
/// future behind `Signals::receive`). This is useful if you don't want to
/// deal with the `'fd` lifetime.
/// This is an combined, owned version of `Signals` and [`ReceiveSignal`]
/// (the future behind `Signals::receive`). This is useful if you don't want
/// to deal with the `'fd` lifetime.
pub fn receive_signals(self) -> ReceiveSignals<D> {
ReceiveSignals {
signals: self,
Expand Down

0 comments on commit 80a97ac

Please sign in to comment.