Skip to content

boulder: Fix handling of RPATHS to fix #366 #1377

boulder: Fix handling of RPATHS to fix #366

boulder: Fix handling of RPATHS to fix #366 #1377

Triggered via push November 26, 2024 20:38
Status Success
Total duration 1m 30s
Artifacts

ci.yaml

on: push
Build & Test Project
1m 20s
Build & Test Project
Fit to window
Zoom out
Zoom in

Annotations

1 warning
[clippy] moss/src/varlink/com_serpentos_moss.rs#L104: moss/src/varlink/com_serpentos_moss.rs#L104
warning: this match could be replaced by its body itself --> moss/src/varlink/com_serpentos_moss.rs:104:9 | 104 | / match e { 105 | | _ => ErrorKind::VarlinkReply_Error, 106 | | } | |_________^ help: consider using the match body instead: `ErrorKind::VarlinkReply_Error` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#match_single_binding = note: `#[warn(clippy::match_single_binding)]` on by default