diff --git a/library/alloc/src/rc/tests.rs b/library/alloc/src/rc/tests.rs index 342dc686fa3..2784108e0e6 100644 --- a/library/alloc/src/rc/tests.rs +++ b/library/alloc/src/rc/tests.rs @@ -166,7 +166,6 @@ fn into_inner() { assert_eq!(Rc::into_inner(x), Some(5)); } - #[test] fn into_from_raw() { let x = Rc::new(Box::new("hello"));