Skip to content

Commit

Permalink
warning
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Oct 29, 2024
1 parent 8f2a2dc commit 6c7551b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/request-tracking/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ struct Index;

#[async_trait]
impl Controller for Index {
async fn handle(&self, request: &Request) -> Result<Response, Error> {
async fn handle(&self, _request: &Request) -> Result<Response, Error> {
let ok = rand::thread_rng().gen::<bool>();

if ok {
Expand Down

0 comments on commit 6c7551b

Please sign in to comment.