run rustfmt on libcollectionstest

This commit is contained in:
Srinivas Reddy Thatiparthy 2016-10-16 15:48:22 +05:30
parent 6dc035ed91
commit e820a866bc
No known key found for this signature in database
GPG key ID: 091C58F4BFC36571
8 changed files with 80 additions and 62 deletions

View file

@ -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
}
}