Skip to content

Remove serde derives Generic Player and Response #469

Remove serde derives Generic Player and Response

Remove serde derives Generic Player and Response #469

Triggered via push October 8, 2023 19:26
Status Success
Total duration 1m 17s
Artifacts

ci.yml

on: push
Build, check, and test with all features
27s
Build, check, and test with all features
Build using MSRV
30s
Build using MSRV
Check code formatting
24s
Check code formatting
Run clippy tests
29s
Run clippy tests
Check rustdoc
25s
Check rustdoc
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

15 warnings
Check code formatting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Check code formatting
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/
Check code formatting
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/
Check code formatting
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/
Check code formatting
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/
Build using MSRV
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Build using MSRV
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/
Build using MSRV
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/
Build using MSRV
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/
Build using MSRV
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/
using `clone` on type `Option<TimeoutSettings>` which implements the `Copy` trait: src/protocols/minecraft/protocol/mod.rs#L64
warning: using `clone` on type `Option<TimeoutSettings>` which implements the `Copy` trait --> src/protocols/minecraft/protocol/mod.rs:64:77 | 64 | if let Ok(response) = query_legacy_specific(LegacyGroup::V1_5, address, timeout_settings.clone()) { | ^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `timeout_settings` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
using `clone` on type `Option<TimeoutSettings>` which implements the `Copy` trait: src/protocols/minecraft/protocol/mod.rs#L60
warning: using `clone` on type `Option<TimeoutSettings>` which implements the `Copy` trait --> src/protocols/minecraft/protocol/mod.rs:60:77 | 60 | if let Ok(response) = query_legacy_specific(LegacyGroup::V1_6, address, timeout_settings.clone()) { | ^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `timeout_settings` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
using `clone` on type `Option<TimeoutSettings>` which implements the `Copy` trait: src/protocols/minecraft/protocol/mod.rs#L38
warning: using `clone` on type `Option<TimeoutSettings>` which implements the `Copy` trait --> src/protocols/minecraft/protocol/mod.rs:38:50 | 38 | if let Ok(response) = query_bedrock(address, timeout_settings.clone()) { | ^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `timeout_settings` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy
using `clone` on type `Option<TimeoutSettings>` which implements the `Copy` trait: src/protocols/minecraft/protocol/mod.rs#L34
warning: using `clone` on type `Option<TimeoutSettings>` which implements the `Copy` trait --> src/protocols/minecraft/protocol/mod.rs:34:47 | 34 | if let Ok(response) = query_java(address, timeout_settings.clone(), request_settings) { | ^^^^^^^^^^^^^^^^^^^^^^^^ help: try removing the `clone` call: `timeout_settings` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#clone_on_copy = note: `#[warn(clippy::clone_on_copy)]` on by default
Run clippy tests
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/