parser optimizations #784
Annotations
2 warnings
|
target/debug/build/mavlink-5bac1dcb9ead9bca/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-5bac1dcb9ead9bca/out/ardupilotmega.rs:1:1116845
|
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
|
|
target/debug/build/mavlink-5bac1dcb9ead9bca/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-5bac1dcb9ead9bca/out/ardupilotmega.rs:1:629959
|
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
|
The logs for this run have expired and are no longer available.
Loading