mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +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));
|
||||
}
|
||||
|
||||
|
||||
#[test]
|
||||
fn into_from_raw() {
|
||||
let x = Rc::new(Box::new("hello"));
|
||||
|
Loading…
Reference in New Issue
Block a user