Skip to content

Commit 464dee8

Browse files
committed
std::ptr no longer needs whitelisting
1 parent 6f9ee8b commit 464dee8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ impl<'a, 'mir, 'tcx> Machine<'a, 'mir, 'tcx> for Evaluator<'tcx> {
318318
// We walk up the stack a few frames to also cover their callees.
319319
const WHITELIST: &[(&str, &str)] = &[
320320
// Uses mem::uninitialized
321-
("std::ptr::read", ""),
322321
("std::sys::windows::mutex::Mutex::", ""),
323322
];
324323
for frame in ecx.stack().iter()

0 commit comments

Comments
 (0)