We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f7fb64 commit dbc0afaCopy full SHA for dbc0afa
library/alloc/tests/thin_box.rs
@@ -1,5 +1,5 @@
1
-use alloc::boxed::ThinBox;
2
use core::mem::size_of;
+use std::boxed::ThinBox;
3
4
#[test]
5
fn want_niche_optimization() {
0 commit comments