Skip to content

Commit

Permalink
chore(clippy): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Dec 28, 2024
1 parent b3bac9f commit 674f375
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/templates/markup/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#![allow(clippy::must_use_candidate)]
#![allow(clippy::needless_lifetimes)]
#![allow(clippy::inherent_to_string_shadow_display)]

use std::net::SocketAddr;
Expand Down

0 comments on commit 674f375

Please sign in to comment.