chore(deps): update dependency rust to v1.84.0 #1799
Annotations
2 warnings
rust:
hal/uart-kble/src/lib.rs#L90
[clippy] reported by reviewdog 🐶
this `let...else` may be rewritten with the `?` operator
Raw Output:
hal/uart-kble/src/lib.rs:90:9: warning: this `let...else` may be rewritten with the `?` operator (clippy::question_mark)
|
rust:
build.rs#L115
[clippy] reported by reviewdog 🐶
you seem to be trying to use `match` for an equality check. Consider using `if`
Raw Output:
build.rs:115:9: warning: you seem to be trying to use `match` for an equality check. Consider using `if` (clippy::single_match)
|