Add context to phantom comment

This commit is contained in:
Nilstrieb 2023-04-05 18:54:15 +02:00
parent 9405f586f5
commit 504c4c40e9

View File

@ -26,10 +26,10 @@ pub struct OwnedSlice {
// | touch the owner — otherwise the owner |
// | could invalidate out `bytes` pointer |
// | |
// | so be quite |
// | so be quiet |
// +----+ +-------------------------------+
// \/
// ⊂(´・◡・⊂ )∘˚˳°
// ⊂(´・◡・⊂ )∘˚˳° (I am the phantom remnant of #97770)
#[expect(dead_code)]
owner: Box<dyn Send + Sync>,
}