mirror of
https://github.com/rust-lang/rust-clippy
synced 2025-02-17 06:28:42 +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()
|
s.len() + t.capacity()
|
||||||
}
|
}
|
||||||
|
|
||||||
fn bar(_t: T // Ok, since `&T: Serialize` too
|
fn bar(_t: T, // Ok, since `&T: Serialize` too
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue