Skip to content

Commit 1ce5455

Browse files
committed
Update diff
1 parent 75c1de2 commit 1ce5455

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/polonius.diff

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ index 9b73f2c7..d6cd39a2 100644
1717
self.process_http3(now);
1818

1919
diff --git a/neqo-transport/src/server.rs b/neqo-transport/src/server.rs
20-
index 5659db0a..43b4345e 100644
20+
index 2446f8d3..25ceb2b0 100644
2121
--- a/neqo-transport/src/server.rs
2222
+++ b/neqo-transport/src/server.rs
2323
@@ -445,12 +445,7 @@ impl Server {
@@ -34,9 +34,9 @@ index 5659db0a..43b4345e 100644
3434
Output::None => {}
3535
d @ Output::Datagram(_) => return d,
3636
Output::Callback(next) => match callback {
37-
@@ -490,12 +485,7 @@ impl Server {
38-
assert!(out.is_empty());
37+
@@ -491,12 +486,7 @@ impl Server {
3938

39+
#[allow(clippy::option_if_let_else)]
4040
let output = if let Some(dgram) = dgram {
4141
- self.process_input(
4242
- dgram,

0 commit comments

Comments
 (0)