mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
Fix formatting of new Rc::into_inner test
This commit is contained in:
parent
a2341fbbc2
commit
992957efa9
@ -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"));
|
||||||
|
Loading…
Reference in New Issue
Block a user