diff options
| -rw-r--r-- | library/alloc/tests/thin_box.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/library/alloc/tests/thin_box.rs b/library/alloc/tests/thin_box.rs index 0fe6aaa4d00..51d2e9324bf 100644 --- a/library/alloc/tests/thin_box.rs +++ b/library/alloc/tests/thin_box.rs @@ -1,5 +1,5 @@ -use alloc::boxed::ThinBox; use core::mem::size_of; +use std::boxed::ThinBox; #[test] fn want_niche_optimization() { | 
