Skip to content

Merge pull request #50 from jplatte/ci-cache #428

Merge pull request #50 from jplatte/ci-cache

Merge pull request #50 from jplatte/ci-cache #428

Triggered via push September 4, 2024 19:56
Status Success
Total duration 1m 9s
Artifacts

ci.yaml

on: push
Build & Test Project
1m 0s
Build & Test Project
Fit to window
Zoom out
Zoom in

Annotations

187 warnings
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
Build & Test Project
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, giraffate/clippy-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^
[clippy] src/trigger.rs#L50: src/trigger.rs#L50
warning: fields `force_envs` and `deps` are never read --> src/trigger.rs:56:5 | 50 | pub struct Trigger { | ------- fields in this struct ... 56 | force_envs: Vec<OsEnv>, | ^^^^^^^^^^ ... 59 | deps: Vec<String>, | ^^^^ | = note: `Trigger` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L12: src/bin/usysconf/pathtimes.rs#L12
warning: field `map` is never read --> src/bin/usysconf/pathtimes.rs:13:5 | 12 | pub struct PathTimes { | --------- field in this struct 13 | map: HashMap<Path, Mtime>, | ^^^ | = note: `#[warn(dead_code)]` on by default
[clippy] src/bin/usysconf/pathtimes.rs#L16: src/bin/usysconf/pathtimes.rs#L16
warning: associated items `new`, `update`, `get`, and `save` are never used --> src/bin/usysconf/pathtimes.rs:17:12 | 16 | impl PathTimes { | -------------- associated items in this implementation 17 | pub fn new(source: impl Read) -> Result<Self, bincode::Error> { | ^^^ ... 23 | pub fn update(&mut self, path: Path, mtime: Mtime) { | ^^^^^^ ... 27 | pub fn get(&self, path: &Path) -> Option<Mtime> { | ^^^ ... 31 | pub fn save(&mut self, writer: impl Write) -> Result<(), bincode::Error> { | ^^^^