Skip to content
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

Merged
merged 1 commit into from
Jan 25, 2023
Merged

Conversation

nick-mobilecoin
Copy link
Collaborator

The panicking::panicking() function is a crate function that indicates
if the current thread is panicking.

Copy link
Contributor

@samdealy samdealy left a 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

panic/src/panicking.rs Show resolved Hide resolved
panic/src/panicking.rs Show resolved Hide resolved
@codecov-commenter
Copy link

Codecov Report

Merging #33 (7e78c2f) into update-codeowners (6112d0e) will increase coverage by 1.09%.
The diff coverage is 100.00%.

@@                  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              
Impacted Files Coverage Δ
panic/src/panicking.rs 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

The `panicking::panicking()` function is a crate function that indicates
if the current thread is panicking.
@nick-mobilecoin
Copy link
Collaborator Author

nick-mobilecoin commented Jan 25, 2023

✅ This pull request merged successfully as part of a Graphite job
Stack job ID: 174FRuRmqv3ul7Wrh6cz.
See details on graphite.dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size/M Medium-sized PRs
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants