Skip to content

Commit

Permalink
No unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ChocolateLoverRaj committed Jul 2, 2024
1 parent a8121a0 commit 980e60e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions crosec/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![warn(unused_crate_dependencies)]

use nix::errno::Errno;
use num_derive::FromPrimitive;
use thiserror::Error;
Expand Down
1 change: 0 additions & 1 deletion ectool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ crosec = { version = "0.1.0", path = "../crosec", features = ["clap"] }
color-eyre = "0.6.2"
clap = { version = "4.5.4", features = ["derive"] }
num-traits = "0.2.19"
bytemuck = "1.16.0"
image = "0.25.1"
2 changes: 2 additions & 0 deletions ectool/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![warn(unused_crate_dependencies)]

use std::fs::File;

use charge_control_subcommand::{charge_control_subcommand, ChargeControlSubcommand};
Expand Down

0 comments on commit 980e60e

Please sign in to comment.