Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
quic: use Check instead of FromJust in QuicStream
This commit uses Maybe::Check() instead of Maybe::FromJust() as the return value is not used. PR-URL: #33909 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: James M Snell <jasnell@gmail.com>
- Loading branch information