Skip to content

fix: Output format of Rust compiler changed #45

fix: Output format of Rust compiler changed

fix: Output format of Rust compiler changed #45

Triggered via pull request April 30, 2024 18:08
Status Success
Total duration 34s
Artifacts

licenses_and_advisories.yml

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

Annotations

7 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
licenses_and_advisories (bans licenses sources)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
licenses_and_advisories (advisories)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.