Skip to content

Commit

Permalink
Fix formatting of new Rc::into_inner test
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 12, 2023
1 parent a2341fb commit 992957e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/alloc/src/rc/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit 992957e

Please sign in to comment.