We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0a794 commit 1f0c8e6Copy full SHA for 1f0c8e6
src/code.rs
@@ -38,7 +38,7 @@ impl Code {
38
std::process::exit(self.as_raw())
39
}
40
41
- /// Convert to [`Result`][std::result::Result]
+ /// Convert to [`Result`]
42
#[inline]
43
pub fn ok(self) -> crate::ExitResult {
44
if self.as_raw() == Self::SUCCESS.as_raw() {
0 commit comments