Skip to content

Commit 4192779

Browse files
committed
Run rustfmt
1 parent 55f67fc commit 4192779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/needless_pass_by_value.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ impl<T: Serialize, U> S<T, U> {
9595
s.len() + t.capacity()
9696
}
9797

98-
fn bar(_t: T // Ok, since `&T: Serialize` too
98+
fn bar(_t: T, // Ok, since `&T: Serialize` too
9999
) {
100100
}
101101

0 commit comments

Comments
 (0)