feat: allow malformed json parsing #652
ci.yaml
on: pull_request
stable / fmt
22s
stable / check rig-core wasm target
42s
stable / clippy
2m 11s
stable / test
6m 56s
stable / doc
3m 11s
Annotations
2 errors and 5 warnings
redundant closure:
rig-core/src/extractor.rs#L76
error: redundant closure
--> rig-core/src/extractor.rs:76:22
|
76 | .map_err(|e| ExtractionError::DeserializationError(e))?;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: replace the closure with the function itself: `ExtractionError::DeserializationError`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_closure
= note: `-D clippy::redundant-closure` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(clippy::redundant_closure)]`
|
stable / clippy
Clippy has exited with exit code 101
|
stable / fmt
Cache not found for keys: v0-rust-fmt-Linux-6be15664-6ac3b5a9, v0-rust-fmt-Linux-6be15664
|
stable / check rig-core wasm target
Cache not found for keys: v0-rust-check-wasm-Linux-6be15664-6ac3b5a9, v0-rust-check-wasm-Linux-6be15664
|
stable / clippy
Cache not found for keys: v0-rust-clippy-Linux-6be15664-6ac3b5a9, v0-rust-clippy-Linux-6be15664
|
stable / doc
Cache not found for keys: v0-rust-doc-Linux-6be15664-6ac3b5a9, v0-rust-doc-Linux-6be15664
|
stable / test
Cache not found for keys: v0-rust-test-Linux-6be15664-6ac3b5a9, v0-rust-test-Linux-6be15664
|