We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5bad7e commit 31e2310Copy full SHA for 31e2310
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