Apply suggestion

Co-authored-by: Amanieu d'Antras <amanieu@gmail.com>
This commit is contained in:
Gary Guo 2022-10-11 18:02:07 +01:00
parent daf3063056
commit 979d1a2c78

View File

@ -42,7 +42,7 @@
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;