Add context to phantom comment
This commit is contained in:
parent
9405f586f5
commit
504c4c40e9
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue