Skip to content

Commit

Permalink
Fix: clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rusko124 committed Jul 3, 2024
1 parent 8fd0074 commit da055c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/edge_app_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ pub async fn run_server(
}

#[derive(Debug)]
#[allow(dead_code)]
struct WarpError(#[allow(dead_code)] anyhow::Error);

impl Reject for WarpError {}
Expand Down

0 comments on commit da055c4

Please sign in to comment.