Skip to content

commit using Arc<Query> #204

commit using Arc<Query>

commit using Arc<Query> #204

Triggered via pull request October 21, 2023 05:59
Status Success
Total duration 7m 30s
Artifacts

build_and_test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
fmt
The `save-state` 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/
fmt
The `save-state` 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/
fmt
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/
fmt
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/
fmt
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/
fmt
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/
fmt
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/
the borrowed expression implements the required traits: crates/cli/src/args.rs#L256
warning: the borrowed expression implements the required traits --> crates/cli/src/args.rs:256:34 | 256 | serde_json::to_value(&default_struct).expect("Failed to serialize to JSON"); | ^^^^^^^^^^^^^^^ help: change this to: `default_struct` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: crates/cli/src/args.rs#L254
warning: the borrowed expression implements the required traits --> crates/cli/src/args.rs:254:52 | 254 | let s2_value: Value = serde_json::to_value(&other).expect("Failed to serialize to JSON"); | ^^^^^^ help: change this to: `other` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: crates/cli/src/args.rs#L253
warning: the borrowed expression implements the required traits --> crates/cli/src/args.rs:253:56 | 253 | let mut s1_value: Value = serde_json::to_value(&self).expect("Failed to serialize to JSON"); | ^^^^^ help: change this to: `self` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
the borrowed expression implements the required traits: crates/cli/src/args.rs#L256
warning: the borrowed expression implements the required traits --> crates/cli/src/args.rs:256:34 | 256 | serde_json::to_value(&default_struct).expect("Failed to serialize to JSON"); | ^^^^^^^^^^^^^^^ help: change this to: `default_struct` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: crates/cli/src/args.rs#L254
warning: the borrowed expression implements the required traits --> crates/cli/src/args.rs:254:52 | 254 | let s2_value: Value = serde_json::to_value(&other).expect("Failed to serialize to JSON"); | ^^^^^^ help: change this to: `other` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: crates/cli/src/args.rs#L253
warning: the borrowed expression implements the required traits --> crates/cli/src/args.rs:253:56 | 253 | let mut s1_value: Value = serde_json::to_value(&self).expect("Failed to serialize to JSON"); | ^^^^^ help: change this to: `self` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args = note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
code lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/