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
Documentation
51s
Format
28s
Dependency scan (cargo-deny)
53s
Verify MSRV (cargo-msrv)
6m 34s
Matrix: clippy
Matrix: Test all x86 SIMD configurations
Matrix: Test matrix
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 |
|