Skip to content

Commit 0e570e5

Browse files
authored
Remove extra space
1 parent 6082729 commit 0e570e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/suggestions/issue-106443-sugg-clone-for-bound.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ LL | foo(s);
66
|
77
help: consider further restricting this bound
88
|
9-
LL | fn bar<T: X + Clone>(s: &T) {
9+
LL | fn bar<T: X + Clone>(s: &T) {
1010
| +++++++
1111
help: consider using clone here
1212
|

0 commit comments

Comments
 (0)