moss: Add basic scaffolding for upcoming varlink integration #1355
Annotations
7 warnings
[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
|
Build & Test Project
The following actions use a deprecated Node.js version and will be forced to run on node20: giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
[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
|
[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
|
[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
|
[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
|
[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
|