Skip to content

bump deps, fix uuid #104

bump deps, fix uuid

bump deps, fix uuid #104

Triggered via push December 18, 2024 02:16
Status Success
Total duration 3m 50s
Artifacts

safety.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
miri
unable to access 'https://github.com/BrettMayson/arma-rs/': The requested URL returned error: 502
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
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
sanitizers
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
miri
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
miri: arma-rs/src/flags.rs#L35
associated function `from_bits` is never used
miri: arma-rs/tests/emulate.rs#L30
creating a shared reference to mutable static is discouraged