Skip to content

Commit

Permalink
Apply suggestion
Browse files Browse the repository at this point in the history
Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
  • Loading branch information
nbdd0121 and Amanieu committed Oct 23, 2022
1 parent daf3063 commit 979d1a2
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 979d1a2

Please sign in to comment.