Skip to content

Commit

Permalink
fix clippy warning (doc_markdown lint)
Browse files Browse the repository at this point in the history
  • Loading branch information
little-dude authored and BurntSushi committed Jan 6, 2017
1 parent 2dccf6f commit af64d8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ impl Signal {
}
}

/// Safe wrapper around sigset_t.
/// Safe wrapper around `sigset_t`.
struct SigSet(sigset_t);

impl SigSet {
Expand Down

0 comments on commit af64d8a

Please sign in to comment.