Skip to content

Commit 992957e

Browse files
committed
Fix formatting of new Rc::into_inner test
1 parent a2341fb commit 992957e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/alloc/src/rc/tests.rs

-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ fn into_inner() {
166166
assert_eq!(Rc::into_inner(x), Some(5));
167167
}
168168

169-
170169
#[test]
171170
fn into_from_raw() {
172171
let x = Rc::new(Box::new("hello"));

0 commit comments

Comments
 (0)