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 <[email protected]> Reviewed-By: James M Snell <[email protected]>
- Loading branch information