mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
Run rustfmt
This commit is contained in:
parent
55f67fc7f4
commit
41927796bf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue