Skip to content

Add option to use return type in tests #383

Add option to use return type in tests

Add option to use return type in tests #383

Triggered via pull request October 12, 2023 22:28
@foresterreforesterre
synchronize #76
return_type
Status Success
Total duration 7m 33s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

msrv.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 1 warning
msrv
Process completed with exit code 1.
used `unwrap()` on `None` value: src/lib.rs#L70
warning: used `unwrap()` on `None` value --> src/lib.rs:70:13 | 70 | input.unwrap() | ^^^^^^^^^^^^^^ | help: remove the `None` and `unwrap()` --> src/lib.rs:67:24 | 67 | #[pm(input = { None, None, None })] | ^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_literal_unwrap = note: `#[warn(clippy::unnecessary_literal_unwrap)]` on by default