Skip to content

Commit

Permalink
silence unused var in stub
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Apr 19, 2024
1 parent a5f5c7e commit 98e43d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/view/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ impl ViewService for ViewServer {

async fn auctions(
&self,
request: tonic::Request<pb::AuctionsRequest>,
_request: tonic::Request<pb::AuctionsRequest>,
) -> Result<tonic::Response<Self::AuctionsStream>, tonic::Status> {
unimplemented!("auctions")
}
Expand Down

0 comments on commit 98e43d1

Please sign in to comment.