Skip to content

Create FUNDING.yml

Create FUNDING.yml #47

Triggered via pull request December 10, 2024 22:28
Status Success
Total duration 32s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
`assert!(true)` will be optimized out by the compiler: src/lib.rs#L91
warning: `assert!(true)` will be optimized out by the compiler --> src/lib.rs:91:13 | 91 | assert!(true) | ^^^^^^^^^^^^^ | = help: remove it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants
`assert!(true)` will be optimized out by the compiler: src/lib.rs#L80
warning: `assert!(true)` will be optimized out by the compiler --> src/lib.rs:80:13 | 80 | assert!(true) | ^^^^^^^^^^^^^ | = help: remove it = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#assertions_on_constants = note: `#[warn(clippy::assertions_on_constants)]` on by default
used `unwrap()` on `None` value: src/lib.rs#L69
warning: used `unwrap()` on `None` value --> src/lib.rs:69:13 | 69 | input.unwrap() | ^^^^^^^^^^^^^^ | help: remove the `None` and `unwrap()` --> src/lib.rs:66:47 | 66 | #[parameterized(input = { None, None, None })] | ^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_literal_unwrap
used `unwrap()` on `None` value: src/lib.rs#L69
warning: used `unwrap()` on `None` value --> src/lib.rs:69:13 | 69 | input.unwrap() | ^^^^^^^^^^^^^^ | help: remove the `None` and `unwrap()` --> src/lib.rs:66:41 | 66 | #[parameterized(input = { None, None, None })] | ^^^^ = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_literal_unwrap
used `unwrap()` on `None` value: src/lib.rs#L69
warning: used `unwrap()` on `None` value --> src/lib.rs:69:13 | 69 | input.unwrap() | ^^^^^^^^^^^^^^ | help: remove the `None` and `unwrap()` --> src/lib.rs:66:35 | 66 | #[parameterized(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
linter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636