Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
k-sareen committed Nov 29, 2024
1 parent bf5d1cb commit e862642
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/plan/generational/gc_work.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,11 +117,7 @@ impl<E: ProcessEdgesWork> GCWork<E::VM> for ProcessModBuf<E> {
{
// Flip the per-object unlogged bits to "unlogged" state.
for obj in &self.modbuf {
debug_assert!(
(*obj).is_live(),
"{} was logged but is not live",
*obj
);
debug_assert!((*obj).is_live(), "{} was logged but is not live", *obj);

<E::VM as VMBinding>::VMObjectModel::GLOBAL_LOG_BIT_SPEC.store_atomic::<E::VM, u8>(
*obj,
Expand Down

0 comments on commit e862642

Please sign in to comment.