Run rustfmt

This commit is contained in:
flip1995 2019-04-01 10:28:07 +02:00
parent 55f67fc7f4
commit 41927796bf
No known key found for this signature in database
GPG Key ID: 693086869D506637
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ impl<T: Serialize, U> S<T, U> {
s.len() + t.capacity()
}
fn bar(_t: T // Ok, since `&T: Serialize` too
fn bar(_t: T, // Ok, since `&T: Serialize` too
) {
}