Skip to content

fix crashing on 2.16 #103

fix crashing on 2.16

fix crashing on 2.16 #103

Triggered via push September 19, 2024 05:18
Status Success
Total duration 1m 3s
Artifacts

check.yaml

on: push
stable / fmt
11s
stable / fmt
nightly / doc
20s
nightly / doc
ubuntu / stable / features
31s
ubuntu / stable / features
Matrix: clippy
Matrix: msrv
Fit to window
Zoom out
Zoom in

Annotations

20 warnings
stable / fmt
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
stable / fmt
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
nightly / doc
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
nightly / doc
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
associated function `from_bits` is never used: arma-rs/src/flags.rs#L35
warning: associated function `from_bits` is never used --> arma-rs/src/flags.rs:35:12 | 18 | impl FeatureFlags { | ----------------- associated function in this implementation ... 35 | pub fn from_bits(bits: u64) -> Self { | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
variable does not need to be mutable: arma-rs/src/lib.rs#L342
warning: variable does not need to be mutable --> arma-rs/src/lib.rs:342:13 | 342 | let mut pre218 = false; | ----^^^^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` on by default
field `ty` is never read: arma-rs-proc/src/derive/data.rs#L69
warning: field `ty` is never read --> arma-rs-proc/src/derive/data.rs:69:9 | 65 | pub struct FieldNamed { | ---------- field in this struct ... 69 | pub ty: syn::Type, | ^^ | = note: `#[warn(dead_code)]` on by default
field `ty` is never read: arma-rs-proc/src/derive/data.rs#L69
warning: field `ty` is never read --> arma-rs-proc/src/derive/data.rs:69:9 | 65 | pub struct FieldNamed { | ---------- field in this struct ... 69 | pub ty: syn::Type, | ^^ | = note: `#[warn(dead_code)]` on by default
beta / clippy
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/
beta / clippy
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/
ubuntu / stable / features
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
ubuntu / stable / features
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
associated function `from_bits` is never used: arma-rs/src/flags.rs#L35
warning: associated function `from_bits` is never used --> arma-rs/src/flags.rs:35:12 | 18 | impl FeatureFlags { | ----------------- associated function in this implementation ... 35 | pub fn from_bits(bits: u64) -> Self { | ^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
variable does not need to be mutable: arma-rs/src/lib.rs#L342
warning: variable does not need to be mutable --> arma-rs/src/lib.rs:342:13 | 342 | let mut pre218 = false; | ----^^^^^^ | | | help: remove this `mut` | = note: `#[warn(unused_mut)]` on by default
field `ty` is never read: arma-rs-proc/src/derive/data.rs#L69
warning: field `ty` is never read --> arma-rs-proc/src/derive/data.rs:69:9 | 65 | pub struct FieldNamed { | ---------- field in this struct ... 69 | pub ty: syn::Type, | ^^ | = note: `#[warn(dead_code)]` on by default
field `ty` is never read: arma-rs-proc/src/derive/data.rs#L69
warning: field `ty` is never read --> arma-rs-proc/src/derive/data.rs:69:9 | 65 | pub struct FieldNamed { | ---------- field in this struct ... 69 | pub ty: syn::Type, | ^^ | = note: `#[warn(dead_code)]` on by default
stable / clippy
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/
stable / clippy
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/
ubuntu / 1.65.0
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
ubuntu / 1.65.0
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/