Skip to content

Commit

Permalink
fix lints
Browse files Browse the repository at this point in the history
  • Loading branch information
haxjump committed Oct 8, 2024
1 parent 2a8a3d2 commit 5fe1545
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ default = []
# vsdb = { path = "../vsdb/wrappers" }

[patch."https://github.com/rust-util-collections/chaindev"]
chaindev = { path = "../chaindev" }
# chaindev = { path = "../chaindev" }

[profile.release]
lto = "thin"
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
all: fmt lint build
all: fmt lint

build:
cargo build --bins
Expand Down
4 changes: 2 additions & 2 deletions src/dev.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ use crate::{
};
use chaindev::{
beacon_dev::{
self, EnvMeta, Node, NodeCmdGenerator, NodeKind, NodePorts, Op,
NODE_HOME_GENESIS_DST, NODE_HOME_VCDATA_DST,
self, EnvMeta, Node, NodeCmdGenerator, NodeKind, Op, NODE_HOME_GENESIS_DST,
NODE_HOME_VCDATA_DST,
},
EnvName,
};
Expand Down

0 comments on commit 5fe1545

Please sign in to comment.