Skip to content

Commit da312ea

Browse files
committed
typo
1 parent 8029c8b commit da312ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quinn/src/connection.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,7 @@ impl Future for OnClosed {
10881088
// before being dropped.
10891089
Pin::new(&mut this.rx)
10901090
.poll(cx)
1091-
.map(|x| x.expect("on_clone sender is never dropped before sending"))
1091+
.map(|x| x.expect("on_close sender is never dropped before sending"))
10921092
}
10931093
}
10941094

0 commit comments

Comments
 (0)