File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ type that wraps platform-specific return types. That has `SUCCESS` and `FAILURE`
41
41
implements ` From<u8> ` for more arbitrary values. The ` Termination ` trait can also be implemented for
42
42
your own types, allowing you to customize any kind of reporting before converting to an ` ExitCode ` .
43
43
44
- For example, here's a type-safe way to write exit codes for a ` git bisect run ` script:
44
+ For example, here's a type-safe way to write exit codes for a [ ` git bisect run ` ] script:
45
45
46
46
``` rust
47
47
use std :: process :: {ExitCode , Termination };
@@ -68,6 +68,8 @@ fn main() -> GitBisectResult {
68
68
}
69
69
```
70
70
71
+ [ `git bisect run` ] : https://git-scm.com/docs/git-bisect#_bisect_run
72
+
71
73
### More capabilities for ` const fn `
72
74
73
75
Several incremental features have been stabilized in this release to enable more functionality in
You can’t perform that action at this time.
0 commit comments