boulder: Fix handling of RPATHS to fix #366 #1377
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
|