Skip to content

Commit 6b0a794

Browse files
committed
style: Make rustdoc happy
1 parent 94e9765 commit 6b0a794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
//! - Includes signals
6161
//! - Integrates with `std::process` and `std::io::Error`
6262
//! - Doesn't integrate with `main`
63-
//! - [sysexits][sysexits]
63+
//! - [sysexits]
6464
//! - Uses an enum, making certain states unrepresentable
6565
//! - Doesn't include signals
6666
//! - Doesn't integrate with `main`, `std::process`, or `std::io::Error`

0 commit comments

Comments
 (0)