From e6933ac48848b598f870ff5a9d96a0336728620b Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 3 Dec 2022 13:49:54 -0500 Subject: Display player turn in webapp --- protocol/src/simple_bots.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocol/src/simple_bots.rs') diff --git a/protocol/src/simple_bots.rs b/protocol/src/simple_bots.rs index ffa1be2..7997418 100644 --- a/protocol/src/simple_bots.rs +++ b/protocol/src/simple_bots.rs @@ -6,7 +6,7 @@ struct AlwaysPassBiddingBot {} #[async_trait] impl BiddingBot for AlwaysPassBiddingBot { - async fn bid(&self, bidding: &BiddingStatePlayerView) -> Bid { + async fn bid(&self, _bidding: &BiddingStatePlayerView) -> Bid { Bid::Pass } } -- cgit v1.2.3