diff options
author | metamuffin <metamuffin@disroot.org> | 2025-05-27 18:40:53 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-05-27 18:40:53 +0200 |
commit | 2eed0cc2a319bfab52b88abc39f2a4f237e4d0e0 (patch) | |
tree | 557d8990914a7bc7c8bf59dc68185d44e54d262d /src/main.rs | |
parent | 520f93f4fb6959d602b9e45d6bb47a06dcf60219 (diff) | |
download | gnix-2eed0cc2a319bfab52b88abc39f2a4f237e4d0e0.tar gnix-2eed0cc2a319bfab52b88abc39f2a4f237e4d0e0.tar.bz2 gnix-2eed0cc2a319bfab52b88abc39f2a4f237e4d0e0.tar.zst |
clippy
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 147a329..356b270 100644 --- a/src/main.rs +++ b/src/main.rs @@ -375,7 +375,6 @@ async fn send_h3_response( } if let Err(e) = send.finish().await { debug!("h3 response finish error: {e}"); - return; } } |