diff options
Diffstat (limited to 'mingling')
| -rw-r--r-- | mingling/mingling-ci.toml | 2 | ||||
| -rw-r--r-- | mingling/src/docs/lib.md | 2 | ||||
| -rw-r--r-- | mingling/src/setups/exit_code.rs | 6 |
3 files changed, 3 insertions, 7 deletions
diff --git a/mingling/mingling-ci.toml b/mingling/mingling-ci.toml new file mode 100644 index 0000000..767c133 --- /dev/null +++ b/mingling/mingling-ci.toml @@ -0,0 +1,2 @@ +[test] +command = ["cargo", "test", "-p", "mingling", "--features", "<<<features>>>"] diff --git a/mingling/src/docs/lib.md b/mingling/src/docs/lib.md index 3b1f328..2f8c8b9 100644 --- a/mingling/src/docs/lib.md +++ b/mingling/src/docs/lib.md @@ -80,7 +80,7 @@ See [Examples](EXAMPLES/index.html) or [Helpdoc](https://mingling-rs.github.io/m ## About Features -All features of `Mingling` are opt-in. To learn what each feature provides, see [Features](feature/index.html) or [Helpdoc](https://mingling-rs.github.io/mingling/docs/doc.html#/pages/other/features) +All features of `Mingling` are opt-in. To learn what each feature provides, see [Features](feature/index.html) or [Helpdoc](https://mingling-rs.github.io/mingling/docs/index.html#/pages/other/features) ## Use unreleased version diff --git a/mingling/src/setups/exit_code.rs b/mingling/src/setups/exit_code.rs index 0558892..49d5f9f 100644 --- a/mingling/src/setups/exit_code.rs +++ b/mingling/src/setups/exit_code.rs @@ -37,12 +37,6 @@ use crate::res::ResExitCode; /// - Overrides the program's exit code with that value if it is non-zero. /// - Leaves the exit code untouched if the resource still holds its default /// value of `0`. -/// -/// # Notes -/// -/// - Use [`update_exit_code`](crate::update_exit_code) to set a custom exit code -/// during program execution. -/// - Use [`current_exit_code`](crate::current_exit_code) to query the current value. pub struct ExitCodeSetup; impl<C> ProgramSetup<C> for ExitCodeSetup |
