Skip to content

Commit f2224c1

Browse files
authored
Merge pull request #188 from todesking/fix/rust2024_warnings
Fix warnings when using `custom_trace` macro from Rust 2024 Edition
2 parents f7232e2 + fa45e22 commit f2224c1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

gc/src/trace.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ macro_rules! custom_trace {
100100
}
101101
$crate::Finalize::finalize(self);
102102
let $this = self;
103+
#[allow(unused_unsafe)]
103104
$body
104105
}
105106
};

0 commit comments

Comments
 (0)