Make MAVLinkMessageRaw methods public #788
test.yml
on: pull_request
Matrix: internal-tests
Matrix: msrv
docs
19m 3s
Matrix: build
test-embedded-size
31s
Annotations
2 warnings and 3 notices
|
this looks like an `else if` but the `else` is missing:
target/debug/build/mavlink-d5d6c582d9626c58/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-d5d6c582d9626c58/out/ardupilotmega.rs:1:1086782
|
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#possible_missing_else
|
|
this looks like an `else if` but the `else` is missing:
target/debug/build/mavlink-d5d6c582d9626c58/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-d5d6c582d9626c58/out/ardupilotmega.rs:1:1003095
|
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#possible_missing_else
= note: `#[warn(clippy::possible_missing_else)]` on by default
|
|
build (macos-latest, x86_64-apple-darwin, --features ardupilotmega)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
build (macos-latest, x86_64-apple-darwin, --features ardupilotmega)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
|
|
build (windows-latest, x86_64-pc-windows-msvc, --features ardupilotmega)
The windows-latest label will migrate from Windows Server 2022 to Windows Server 2025 beginning September 2, 2025. For more information see https://github.com/actions/runner-images/issues/12677
|