Feat/cs/cleanup #119
Annotations
8 warnings
methods `purge_from_state`, `decrement`, and `delete` are never used:
src/util/aggregators/counter.rs#L87
warning: methods `purge_from_state`, `decrement`, and `delete` are never used
--> src/util/aggregators/counter.rs:87:8
|
59 | impl Counter {
| ------------ methods in this implementation
...
87 | fn purge_from_state(&mut self, item: &str) {
| ^^^^^^^^^^^^^^^^
...
115 | fn decrement(&mut self, item: &str) {
| ^^^^^^^^^
...
134 | fn delete(&mut self, item: &str) {
| ^^^^^^
|
associated function `new` is never used:
src/extensions/parser.rs#L122
warning: associated function `new` is never used
--> src/extensions/parser.rs:122:12
|
120 | impl Parser {
| ----------- associated function in this implementation
121 | /// Create an instance of a parser
122 | pub fn new(
| ^^^
|
= note: `#[warn(dead_code)]` on by default
|
Test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/clippy-check@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test
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/
|
Test
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/
|
Test
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/
|
Test
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/
|