Skip to content

Commit

Permalink
Apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Amanieu d'Antras <[email protected]>
  • Loading branch information
nbdd0121 and Amanieu authored Oct 11, 2022
1 parent eb4caf1 commit c33cef6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/panic_unwind/src/gcc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ use core::ptr;

use unwind as uw;

// In case where multiple copies of std is compiled into a single binary,
// In case where multiple copies of std exist in a single process,
// we use address of this static variable to distinguish an exception raised by
// this copy and some other copy (which needs to be treated as foreign exception).
static CANARY: u8 = 0;
Expand Down

0 comments on commit c33cef6

Please sign in to comment.