Skip to content

Implement Meson parity #1204

Implement Meson parity

Implement Meson parity #1204

Triggered via pull request May 28, 2024 19:41
Status Failure
Total duration 1m 13s
Artifacts

rust.yml

on: pull_request
Format and Clippy
1m 4s
Format and Clippy
Matrix: arch-test
Code coverage
0s
Code coverage
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
the following explicit lifetimes could be elided: 'a: src/install.rs#L298
error: the following explicit lifetimes could be elided: 'a --> src/install.rs:298:16 | 298 | fn get_path_or<'a>(args: &'a ArgMatches, id: &str, f: impl FnOnce() -> PathBuf) -> PathBuf { | ^^ ^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes = note: `-D clippy::needless-lifetimes` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]` help: elide the lifetimes | 298 - fn get_path_or<'a>(args: &'a ArgMatches, id: &str, f: impl FnOnce() -> PathBuf) -> PathBuf { 298 + fn get_path_or(args: &ArgMatches, id: &str, f: impl FnOnce() -> PathBuf) -> PathBuf { |
Format and Clippy
Clippy had exited with the 101 exit code
Format and Clippy
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs-plus/clippy-check@v2.0.0. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.