We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 053f703 + dbc0afa commit 5b8e2eaCopy full SHA for 5b8e2ea
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