Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andylokandy committed Nov 10, 2024
1 parent 50bae7d commit d4ceefb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/smallbox.rs
Original file line number Diff line number Diff line change
Expand Up @@ -663,5 +663,6 @@ mod tests {
let cellbox = SmallBox::<Cell<u32>, S1>::new(Cell::new(0));
assert!(!cellbox.is_heap());
cellbox.set(1);
assert_eq!(cellbox.get(), 1);
}
}

0 comments on commit d4ceefb

Please sign in to comment.