Skip to content

Commit cfa6397

Browse files
committed
UnsafeCell no longer needs to be on the whitelist
1 parent 6085865 commit cfa6397

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,6 @@ impl<'a, 'mir, 'tcx> Machine<'a, 'mir, 'tcx> for Evaluator<'tcx> {
320320
// Uses mem::uninitialized
321321
("std::ptr::read", ""),
322322
("std::sys::windows::mutex::Mutex::", ""),
323-
// Should directly take a raw reference
324-
("<std::cell::UnsafeCell<T>>", "::get"),
325323
];
326324
for frame in ecx.stack().iter()
327325
.rev().take(3)

0 commit comments

Comments
 (0)