Skip to content

Commit 7b31bf4

Browse files
#[allow(clippy::unit_arg)]
1 parent 03d1841 commit 7b31bf4

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/proto/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ workspace = true
1616

1717
[dependencies]
1818
anyhow = { workspace = true }
19-
futures = { workspace = true }
2019
hex = { version = "0.4" }
2120
http = { workspace = true }
2221
miden-node-grpc-error-macro = { workspace = true }

crates/proto/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ impl UnaryMethod {
343343
.arg_ref_self()
344344
.arg("request", format!("tonic::Request<{}>", self.request))
345345
.ret(format!("tonic::Result<tonic::Response<{}>>", self.response))
346+
.line("#[allow(clippy::unit_arg)]")
346347
.line(format!(
347348
"<T as {}>::full(self, request.into_inner()).await.map(tonic::Response::new)",
348349
self.name

0 commit comments

Comments
 (0)