Skip to content

Bump serde_json from 1.0.113 to 1.0.114 #247

Bump serde_json from 1.0.113 to 1.0.114

Bump serde_json from 1.0.113 to 1.0.114 #247

Triggered via pull request March 1, 2024 10:19
Status Failure
Total duration 4m 17s
Artifacts

CI.yml

on: pull_request
Matrix: test
dependabot
0s
dependabot
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
item in documentation is missing backticks: src/endpoints/auth.rs#L29
warning: item in documentation is missing backticks --> src/endpoints/auth.rs:29:14 | 29 | /// "bearer_auth" | ^^^^^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown note: the lint level is defined here --> src/lib.rs:8:9 | 8 | #![warn(clippy::pedantic)] | ^^^^^^^^^^^^^^^^ = note: `#[warn(clippy::doc_markdown)]` implied by `#[warn(clippy::pedantic)]` help: try | 29 | /// "`bearer_auth`" | ~~~~~~~~~~~~~
item in documentation is missing backticks: src/endpoints/transactions.rs#L74
warning: item in documentation is missing backticks --> src/endpoints/transactions.rs:74:20 | 74 | /// amount and is_load = true. Other transactions such as refunds, reversals | ^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 74 | /// amount and `is_load` = true. Other transactions such as refunds, reversals | ~~~~~~~~~
item in documentation is missing backticks: src/endpoints/transactions.rs#L75
warning: item in documentation is missing backticks --> src/endpoints/transactions.rs:75:55 | 75 | /// or chargebacks may have a positive amount but is_load = false | ^^^^^^^ | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown help: try | 75 | /// or chargebacks may have a positive amount but `is_load` = false | ~~~~~~~~~