Fix formatting of new Rc::into_inner test
This commit is contained in:
parent
a2341fbbc2
commit
992957efa9
1 changed files with 0 additions and 1 deletions
|
@ -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"));
|
||||
|
|
Loading…
Add table
Reference in a new issue