async connections #582
Triggered via pull request
September 7, 2024 13:43
Status
Failure
Total duration
20m 23s
Artifacts
–
test.yml
on: pull_request
Matrix: internal-tests
Matrix: msrv
docs
16m 41s
Matrix: build
test-embedded-size
0s
Annotations
5 errors and 2 warnings
msrv (--features serde,tokio-1)
Process completed with exit code 1.
|
msrv (--features signing)
The job was canceled because "_--features_serde_tokio-1" failed.
|
msrv (--features signing)
The operation was canceled.
|
msrv
The job was canceled because "_--features_serde_tokio-1" failed.
|
msrv
The operation was canceled.
|
this looks like an `else if` but the `else` is missing:
target/debug/build/mavlink-4eebc8ebf14e3804/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-4eebc8ebf14e3804/out/ardupilotmega.rs:1:146824
|
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-4eebc8ebf14e3804/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-4eebc8ebf14e3804/out/ardupilotmega.rs:1:273026
|
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
|