Skip to content

dep: bump serde_json from 1.0.132 to 1.0.133 in the deps group #1447

dep: bump serde_json from 1.0.132 to 1.0.133 in the deps group

dep: bump serde_json from 1.0.132 to 1.0.133 in the deps group #1447

Triggered via pull request November 18, 2024 21:10
Status Failure
Total duration 1h 20m 58s
Artifacts 1

rust.yml

on: pull_request
test-gen  /  Generate rsonpath-test cases
1m 32s
test-gen / Generate rsonpath-test cases
Documentation
51s
Documentation
Format
28s
Format
Dependency scan (cargo-deny)
53s
Dependency scan (cargo-deny)
Verify MSRV (cargo-msrv)
6m 34s
Verify MSRV (cargo-msrv)
Matrix: clippy
Matrix: Test all x86 SIMD configurations
Matrix: Test matrix
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 2 warnings
this `map_or` is redundant: crates/rsonpath-lib/src/lib.rs#L301
error: this `map_or` is redundant --> 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)]`
this `map_or` is redundant: crates/rsonpath-lib/src/lib.rs#L518
error: this `map_or` is redundant --> 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
Clippy (nightly)
The `deny` input is deprecated in v1.4 and can be used within the `check-args` input
Clippy (stable)
The `deny` input is deprecated in v1.4 and can be used within the `check-args` input

Artifacts

Produced during runtime
Name Size
rsonpath-test-documents Expired
33.9 MB