reference: do not display the extra space

This commit is contained in:
Tshepang Lekhonkhobe 2015-07-06 22:01:20 +02:00
parent 912ab64a0d
commit c2f4f11443

View File

@ -2876,7 +2876,6 @@ operand.
```
# let mut x = 0;
# let y = 0;
x = y;
```