Skip to content

Commit 504c4c4

Browse files
committed
Add context to phantom comment
1 parent 9405f58 commit 504c4c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

compiler/rustc_data_structures/src/owned_slice.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ pub struct OwnedSlice {
2626
// | touch the owner — otherwise the owner |
2727
// | could invalidate out `bytes` pointer |
2828
// | |
29-
// | so be quite |
29+
// | so be quiet |
3030
// +----+ +-------------------------------+
3131
// \/
32-
// ⊂(´・◡・⊂ )∘˚˳°
32+
// ⊂(´・◡・⊂ )∘˚˳° (I am the phantom remnant of #97770)
3333
#[expect(dead_code)]
3434
owner: Box<dyn Send + Sync>,
3535
}

0 commit comments

Comments
 (0)