Skip to content

Commit

Permalink
clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
prekucki committed Sep 19, 2023
1 parent a9f9932 commit 37cb2c5
Show file tree
Hide file tree
Showing 17 changed files with 172 additions and 47 deletions.
170 changes: 149 additions & 21 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ rand = "0.8.5"
url = "2.3.1"
trust-dns-resolver = "0.22"
libsqlite3-sys = { version = "0.26.0", features = ["bundled"] }
ethsign = "0.9.0"

[patch.crates-io]
## SERVICES
Expand Down
2 changes: 0 additions & 2 deletions agent/provider/tests/manifest_negotiator.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(clippy::items_after_test_module)]

#[macro_use]
extern crate serial_test;

Expand Down
2 changes: 0 additions & 2 deletions agent/provider/tests/rule_cli.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(clippy::items_after_test_module)]

use std::{
collections::HashSet,
iter::FromIterator,
Expand Down
2 changes: 0 additions & 2 deletions agent/provider/tests/whitelist_cli.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(clippy::items_after_test_module)]

use assert_cmd::Command;
use pretty_assertions::assert_eq;
use serde_json::{json, Value};
Expand Down
2 changes: 1 addition & 1 deletion core/identity/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ chrono = { version = "0.4", features = ["serde"] }
ctrlc = "3.2"
diesel = { version = "1.4", features = ["sqlite", "r2d2", "chrono"] }
diesel_migrations = "1.4"
ethsign = "0.8"
ethsign = { workspace = true }
futures = "0.3"
log = "0.4"
promptly = "0.3.0"
Expand Down
Loading

0 comments on commit 37cb2c5

Please sign in to comment.