We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68e0263 commit 72b7d9fCopy full SHA for 72b7d9f
crates/http-service/src/lib.rs
@@ -90,6 +90,7 @@ where
90
91
/// Run hyper http service
92
async fn run(self, config: Self::Config) -> Result<()> {
93
+ #[allow(unused_variables)]
94
let listener = if let Some(fd) = config.listen_fd {
95
#[cfg(target_family = "unix")]
96
{
0 commit comments