-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[js] Avoid extraneous
eprintln!
invocation when callback is invoked…
… from within a panic hook (#240) * Avoid extraneous `eprintln!` invocation when js callback is invoked from within a panic hook * Typo
- Loading branch information
1 parent
501b1d4
commit f9b7ebb
Showing
3 changed files
with
43 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
use ::core::ops::Not as _; | ||
|
||
#[derive(Debug)] | ||
pub | ||
struct ArcClosureRawParts<CallFn> { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters