This commit is contained in:
Richard Feldman 2020-06-22 21:29:18 -04:00
parent 5e2e542541
commit 0b106614f9

View file

@ -14,7 +14,7 @@ static mut TYPE_VAR_COUNT: u32 = 10000;
/// Safety: /// Safety:
/// ///
/// TYPE_VAR_COUNT is not shared across threads, so mutating is safe /// TYPE_VAR_COUNT is not shared across threads, so mutating is safe
macro_rules! tvar { macro_rules! let_tvar {
() => {{ () => {{
unsafe { unsafe {
TYPE_VAR_COUNT += 1; TYPE_VAR_COUNT += 1;