Remove extra space
This commit is contained in:
parent
6082729646
commit
0e570e58f2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue