Skip to content

dep: bump hashbrown from 0.15.0 to 0.15.2 in the cargo group #108

dep: bump hashbrown from 0.15.0 to 0.15.2 in the cargo group

dep: bump hashbrown from 0.15.0 to 0.15.2 in the cargo group #108

Triggered via pull request December 4, 2024 18:30
Status Failure
Total duration 3m 17s
Artifacts

benchmarks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 7 warnings
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)]`
Clippy (nightly)
Clippy had exited with the 101 exit code
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Clippy (nightly)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Clippy (nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy (nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy (nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy (nightly)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy (stable)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636