Skip to content

Commit 447f23c

Browse files
committed
fmt
1 parent 3402675 commit 447f23c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/stacked_borrows.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -518,9 +518,7 @@ impl Stacks {
518518
) => (extra.global_base_ptr(id), Permission::SharedReadWrite),
519519
// Heap allocations we only track precisely when raw pointers are tagged, for now.
520520
MemoryKind::Machine(
521-
MiriMemoryKind::Rust
522-
| MiriMemoryKind::C
523-
| MiriMemoryKind::WinHeap,
521+
MiriMemoryKind::Rust | MiriMemoryKind::C | MiriMemoryKind::WinHeap,
524522
) => {
525523
let tag =
526524
if extra.track_raw { Tag::Tagged(extra.new_ptr()) } else { Tag::Untagged };

0 commit comments

Comments
 (0)