Skip to content

Add option to use return type in tests #205

Add option to use return type in tests

Add option to use return type in tests #205

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

test.yml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 warning
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