Skip to content

Commit

Permalink
style(core/signal): improve doc to satisfy clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Aug 2, 2024
1 parent 0aa7581 commit ed11db4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions elfo-core/src/signal.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ enum SignalInner {

/// A kind of signal to listen to.
///
/// * `Unix*` variants are available only on UNIX systems and produce nothing
/// on other systems.
/// * `Windows*` variants are available only on Windows and produce nothing
/// on other systems.
/// * `Unix*` variants are available only on UNIX systems and produce nothing on
/// other systems.
/// * `Windows*` variants are available only on Windows and produce nothing on
/// other systems.
///
/// It helps to avoid writing `#[cfg(_)]` everywhere around signals.
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
Expand Down

0 comments on commit ed11db4

Please sign in to comment.