We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9405f58 commit 504c4c4Copy full SHA for 504c4c4
compiler/rustc_data_structures/src/owned_slice.rs
@@ -26,10 +26,10 @@ pub struct OwnedSlice {
26
// | touch the owner — otherwise the owner |
27
// | could invalidate out `bytes` pointer |
28
// | |
29
- // | so be quite |
+ // | so be quiet |
30
// +----+ +-------------------------------+
31
// \/
32
- // ⊂(´・◡・⊂ )∘˚˳°
+ // ⊂(´・◡・⊂ )∘˚˳° (I am the phantom remnant of #97770)
33
#[expect(dead_code)]
34
owner: Box<dyn Send + Sync>,
35
}
0 commit comments