Skip to content

Commit 72b7d9f

Browse files
committed
fix: windows compilation for unused variable
1 parent 68e0263 commit 72b7d9f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/http-service/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ where
9090

9191
/// Run hyper http service
9292
async fn run(self, config: Self::Config) -> Result<()> {
93+
#[allow(unused_variables)]
9394
let listener = if let Some(fd) = config.listen_fd {
9495
#[cfg(target_family = "unix")]
9596
{

0 commit comments

Comments
 (0)