Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyukang committed Jan 8, 2023
1 parent 6082729 commit 0e570e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LL | foo(s);
|
help: consider further restricting this bound
|
LL | fn bar<T: X + Clone>(s: &T) {
LL | fn bar<T: X + Clone>(s: &T) {
| +++++++
help: consider using clone here
|
Expand Down

0 comments on commit 0e570e5

Please sign in to comment.