Skip to content

CI fixes

CI fixes #56

Triggered via push June 15, 2023 21:29
Status Success
Total duration 12m 49s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

nix.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
constant `SERVICE_NAME` is never used: zerostash/src/config/symmetric_key.rs#L6
warning: constant `SERVICE_NAME` is never used --> zerostash/src/config/symmetric_key.rs:6:7 | 6 | const SERVICE_NAME: &str = "dev.symmetree.zerostash"; | ^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` on by default
unused variable: `stash`: zerostash/src/config/symmetric_key.rs#L77
warning: unused variable: `stash` --> zerostash/src/config/symmetric_key.rs:77:42 | 77 | pub fn interactive_credentials(self, stash: &str) -> Result<(SecretString, SecretString)> { | ^^^^^ help: if this is intentional, prefix it with an underscore: `_stash`
unused variable: `stash`: zerostash/src/config/symmetric_key.rs#L49
warning: unused variable: `stash` --> zerostash/src/config/symmetric_key.rs:49:34 | 49 | pub fn fill_random(mut self, stash: &str) -> Result<Self> { | ^^^^^ help: if this is intentional, prefix it with an underscore: `_stash` | = note: `#[warn(unused_variables)]` on by default