apcb: ApcbIoOptions: Add check_signature_ending. #192
Annotations
8 warnings
format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
field `context` is never read:
src/entry.rs#L124
warning: field `context` is never read
--> src/entry.rs:124:16
|
123 | pub struct EntryMutItem<'a> {
| ------------ field in this struct
124 | pub(crate) context: ApcbContext,
| ^^^^^^^
|
= note: `EntryMutItem` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
|
field `version` is never read:
src/apcb.rs#L115
warning: field `version` is never read
--> src/apcb.rs:115:9
|
109 | pub struct SerdeApcb {
| --------- field in this struct
...
115 | pub version: String,
| ^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
unused variable: `context`:
src/tokens_entry.rs#L528
warning: unused variable: `context`
--> src/tokens_entry.rs:528:38
|
528 | pub(crate) fn validate(mut self, context: ApcbContext) -> Result<()> {
| ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context`
|
= note: `#[warn(unused_variables)]` on by default
|
unused import: `core::convert::TryFrom`:
src/apcb.rs#L139
warning: unused import: `core::convert::TryFrom`
--> src/apcb.rs:139:5
|
139 | use core::convert::TryFrom;
| ^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` on by default
|
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/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, 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/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|