Skip to content

Commit 1f0c8e6

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/code.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ impl Code {
3838
std::process::exit(self.as_raw())
3939
}
4040

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

0 commit comments

Comments
 (0)