-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add panicking::panicking()
function
#33
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with minor nits
Codecov Report
@@ Coverage Diff @@
## update-codeowners #33 +/- ##
=====================================================
+ Coverage 91.62% 92.71% +1.09%
=====================================================
Files 6 6
Lines 179 206 +27
=====================================================
+ Hits 164 191 +27
Misses 15 15
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
6112d0e
to
30e58f8
Compare
7e78c2f
to
33adb4d
Compare
30e58f8
to
fcc19b9
Compare
33adb4d
to
993ae4d
Compare
fcc19b9
to
01a1123
Compare
993ae4d
to
35a0431
Compare
The `panicking::panicking()` function is a crate function that indicates if the current thread is panicking.
01a1123
to
6045306
Compare
35a0431
to
f941f1c
Compare
✅ This pull request merged successfully as part of a Graphite job |
The
panicking::panicking()
function is a crate function that indicatesif the current thread is panicking.