Add context to phantom comment
This commit is contained in:
parent
9405f586f5
commit
504c4c40e9
@ -26,10 +26,10 @@ pub struct OwnedSlice {
|
|||||||
// | touch the owner — otherwise the owner |
|
// | touch the owner — otherwise the owner |
|
||||||
// | could invalidate out `bytes` pointer |
|
// | could invalidate out `bytes` pointer |
|
||||||
// | |
|
// | |
|
||||||
// | so be quite |
|
// | so be quiet |
|
||||||
// +----+ +-------------------------------+
|
// +----+ +-------------------------------+
|
||||||
// \/
|
// \/
|
||||||
// ⊂(´・◡・⊂ )∘˚˳°
|
// ⊂(´・◡・⊂ )∘˚˳° (I am the phantom remnant of #97770)
|
||||||
#[expect(dead_code)]
|
#[expect(dead_code)]
|
||||||
owner: Box<dyn Send + Sync>,
|
owner: Box<dyn Send + Sync>,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user