Skip to content

Commit e65db40

Browse files
committed
something
1 parent 6403957 commit e65db40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backtrace/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub unsafe fn trace_unsynchronized<F: FnMut(&Frame) -> bool>(mut cb: F) {
6767
for i in 0..(1024 * 1024) {
6868
(&super::CRITICALLY_IMPORTANT as *const u8)
6969
.add(i)
70-
.read_volatile()
70+
.read_volatile();
7171
}
7272
};
7373
trace_imp(&mut cb)

0 commit comments

Comments
 (0)