Skip to content

Commit 674f375

Browse files
committed
chore(clippy): fix
1 parent b3bac9f commit 674f375

File tree

1 file changed

+1
-0
lines changed
  • examples/templates/markup/src

1 file changed

+1
-0
lines changed

examples/templates/markup/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![allow(clippy::must_use_candidate)]
2+
#![allow(clippy::needless_lifetimes)]
23
#![allow(clippy::inherent_to_string_shadow_display)]
34

45
use std::net::SocketAddr;

0 commit comments

Comments
 (0)