Update MSRV check to account for features #547
test.yml
on: pull_request
Matrix: internal-tests
Matrix: msrv
docs
27s
Matrix: build
test-embedded-size
0s
Annotations
5 errors and 2 warnings
msrv (tokio-1)
Process completed with exit code 1.
|
msrv (--features serde)
The job was canceled because "tokio-1" failed.
|
msrv (--features serde)
The operation was canceled.
|
msrv
The job was canceled because "tokio-1" failed.
|
msrv
The operation was canceled.
|
this looks like an `else if` but the `else` is missing:
target/debug/build/mavlink-4cef7ab582e64247/out/ardupilotmega.rs#L1
warning: this looks like an `else if` but the `else` is missing
--> /home/runner/work/rust-mavlink/rust-mavlink/target/debug/build/mavlink-4cef7ab582e64247/out/ardupilotmega.rs:1:201062
|
1 | ...es, but got {})" , Self :: ENCODED_LEN , __tmp . remaining () ,) } if matches ! (version , MavlinkVersion :: V2) { let len = __tmp . l...
| ^
|
= note: to remove this lint, add the missing `else` or add a new line before the second `if`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting
= note: `#[warn(clippy::suspicious_else_formatting)]` on by default
|
this looks like an `else if` but the `else` is missing:
target/debug/build/mavlink-4cef7ab582e64247/out/ardupilotmega.rs#L1
warning: this looks like an `else if` but the `else` is missing
--> /home/runner/work/rust-mavlink/rust-mavlink/target/debug/build/mavlink-4cef7ab582e64247/out/ardupilotmega.rs:1:202303
|
1 | ...es, but got {})" , Self :: ENCODED_LEN , __tmp . remaining () ,) } if matches ! (version , MavlinkVersion :: V2) { let len = __tmp . l...
| ^
|
= note: to remove this lint, add the missing `else` or add a new line before the second `if`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#suspicious_else_formatting
|