run rustfmt on libcollectionstest
This commit is contained in:
parent
6dc035ed91
commit
e820a866bc
8 changed files with 80 additions and 62 deletions
|
@ -299,5 +299,7 @@ fn test_extend_specialization() {
|
|||
|
||||
#[allow(dead_code)]
|
||||
fn assert_covariance() {
|
||||
fn drain<'new>(d: Drain<'static, &'static str>) -> Drain<'new, &'new str> { d }
|
||||
fn drain<'new>(d: Drain<'static, &'static str>) -> Drain<'new, &'new str> {
|
||||
d
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue