Skip to content

chore(dep): bump hashbrown from 0.15.0 to 0.15.2 in /crates/rsonpath-test-codegen in the cargo group #763

chore(dep): bump hashbrown from 0.15.0 to 0.15.2 in /crates/rsonpath-test-codegen in the cargo group

chore(dep): bump hashbrown from 0.15.0 to 0.15.2 in /crates/rsonpath-test-codegen in the cargo group #763

Triggered via pull request December 4, 2024 18:30
Status Success
Total duration 26m 7s
Artifacts

clusterfuzzlite-pr.yml

on: pull_request
Matrix: PR
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
this `map_or` can be simplified: crates/rsonpath-lib/src/input/padding.rs#L518
error: this `map_or` can be simplified --> crates/rsonpath-lib/src/input/padding.rs:518:16 | 518 | && preceding_char.map_or(true, |x| x != b'\\') | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use a standard comparison instead: `(preceding_char != Some(b'\\'))` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or
this `map_or` can be simplified: crates/rsonpath-lib/src/input/padding.rs#L301
error: this `map_or` can be simplified --> crates/rsonpath-lib/src/input/padding.rs:301:67 | 301 | middle_self == middle_other && last_self == last_other && preceding_char.map_or(true, |x| x != b'\\') | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use a standard comparison instead: `(preceding_char != Some(b'\\'))` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_map_or = note: `-D clippy::unnecessary-map-or` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::unnecessary_map_or)]`
PR (address)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636