Skip to content

Fix: Unused var in most features #224 #724

Fix: Unused var in most features #224

Fix: Unused var in most features #224 #724

Triggered via push September 26, 2024 22:43
Status Success
Total duration 2m 50s
Artifacts

ci.yml

on: push
Build, check, and test with all features
58s
Build, check, and test with all features
Check code formatting
43s
Check code formatting
Build using MSRV (lib only)
1m 35s
Build using MSRV (lib only)
Run clippy tests
32s
Run clippy tests
Check rustdoc
40s
Check rustdoc
Matrix: build_cli
Matrix: build_lib
Fit to window
Zoom out
Zoom in

Annotations

20 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 following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/
doc list item without indentation: crates/lib/src/buffer.rs#L142
warning: doc list item without indentation --> crates/lib/src/buffer.rs:142:9 | 142 | /// the default delimiter of the decoder. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 142 | /// the default delimiter of the decoder. | ++
doc list item without indentation: crates/lib/src/buffer.rs#L141
warning: doc list item without indentation --> crates/lib/src/buffer.rs:141:9 | 141 | /// delimiter is encountered. If not provided, the method will read until | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 141 | /// delimiter is encountered. If not provided, the method will read until | ++
doc list item without indentation: crates/lib/src/buffer.rs#L135
warning: doc list item without indentation --> crates/lib/src/buffer.rs:135:9 | 135 | /// `StringDecoder` trait with the same byte order as the buffer. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `#[warn(clippy::doc_lazy_continuation)]` on by default help: indent this line | 135 | /// `StringDecoder` trait with the same byte order as the buffer. | ++
doc list item without indentation: crates/lib/src/buffer.rs#L142
warning: doc list item without indentation --> crates/lib/src/buffer.rs:142:9 | 142 | /// the default delimiter of the decoder. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 142 | /// the default delimiter of the decoder. | ++
doc list item without indentation: crates/lib/src/buffer.rs#L141
warning: doc list item without indentation --> crates/lib/src/buffer.rs:141:9 | 141 | /// delimiter is encountered. If not provided, the method will read until | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 141 | /// delimiter is encountered. If not provided, the method will read until | ++
can be more succinctly written as a byte str: crates/lib/src/services/valve_master_server/service.rs#L33
warning: can be more succinctly written as a byte str --> crates/lib/src/services/valve_master_server/service.rs:33:9 | 33 | &[b':'], | ^^^^^^^ help: try: `b":"` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#byte_char_slices = note: `#[warn(clippy::byte_char_slices)]` 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/
Run clippy tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build using MSRV (lib only)
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 (lib only)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build using MSRV (lib only)
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 (lib only)
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 (lib only)
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 (lib only)
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/