Skip to content

Commit 6c622d5

Browse files
dbghelp: allow static mut refs
1 parent 80416a8 commit 6c622d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/dbghelp.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@
2121
//! bridge when we get there.
2222
2323
#![allow(non_snake_case)]
24-
24+
// SAFETY: none! HERE BE DEMONS
25+
#![allow(static_mut_refs)]
2526
use alloc::vec::Vec;
2627

2728
use super::windows_sys::*;

0 commit comments

Comments
 (0)