Skip to content

Commit

Permalink
remove no_run from test
Browse files Browse the repository at this point in the history
  • Loading branch information
andybarron committed Feb 26, 2022
1 parent 1f17d8a commit dc46e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/src/signal/unix.rs
Expand Up @@ -86,7 +86,7 @@ impl SignalKind {

/// Get the signal's numeric value.
///
/// ```rust,no_run
/// ```rust
/// # use tokio::signal::unix::SignalKind;
/// let kind = SignalKind::interrupt();
/// assert_eq!(kind.as_raw_value(), libc::SIGINT);
Expand Down

0 comments on commit dc46e75

Please sign in to comment.