Skip to content

Commit

Permalink
UnsafeCell no longer needs to be on the whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Nov 20, 2018
1 parent 6085865 commit cfa6397
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,6 @@ impl<'a, 'mir, 'tcx> Machine<'a, 'mir, 'tcx> for Evaluator<'tcx> {
// Uses mem::uninitialized
("std::ptr::read", ""),
("std::sys::windows::mutex::Mutex::", ""),
// Should directly take a raw reference
("<std::cell::UnsafeCell<T>>", "::get"),
];
for frame in ecx.stack().iter()
.rev().take(3)
Expand Down

0 comments on commit cfa6397

Please sign in to comment.