Skip to content

Commit

Permalink
demand dbghelp.rs is unsafe-wrapped
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee committed Jul 27, 2024
1 parent 119068d commit 2275e1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/dbghelp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
//! bridge when we get there.
#![allow(non_snake_case)]
#![deny(unsafe_op_in_unsafe_fn)]

use alloc::vec::Vec;

Expand Down

0 comments on commit 2275e1b

Please sign in to comment.