Fix formatting of new Rc::into_inner test

This commit is contained in:
David Tolnay 2023-03-12 11:21:40 -07:00
parent a2341fbbc2
commit 992957efa9
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -166,7 +166,6 @@ fn into_inner() {
assert_eq!(Rc::into_inner(x), Some(5)); assert_eq!(Rc::into_inner(x), Some(5));
} }
#[test] #[test]
fn into_from_raw() { fn into_from_raw() {
let x = Rc::new(Box::new("hello")); let x = Rc::new(Box::new("hello"));