-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src: use Check instead of FromJust in QuicStream #33909
Conversation
This commit uses Maybe::Check() instead of Maybe::FromJust() as the return value is not used.
Note: Until we have CI jobs enabled that set the |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
I've never run a CI job manually, specifying the configuration parameters, could you tell me how that is done? |
@danbev : |
@richardlau Thanks! |
@nodejs/quic ... fast track? |
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>
Landed in 4b70f95 |
This commit uses Maybe::Check() instead of Maybe::FromJust() as the
return value is not used.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes