Skip to content

Commit

Permalink
style: Make rustdoc happy
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Oct 6, 2023
1 parent 6b0a794 commit 1f0c8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ impl Code {
std::process::exit(self.as_raw())
}

/// Convert to [`Result`][std::result::Result]
/// Convert to [`Result`]
#[inline]
pub fn ok(self) -> crate::ExitResult {
if self.as_raw() == Self::SUCCESS.as_raw() {
Expand Down

0 comments on commit 1f0c8e6

Please sign in to comment.