Remove out-of-context line at end of E0284 message

This commit is contained in:
Thiago Trannin 2022-03-02 10:09:02 -03:00
parent c42d846add
commit bc31b3e5ef

View File

@ -30,5 +30,3 @@ fn main() {
d = d + m;
}
```
Note that the type of `v` can now be inferred from the type of `temp`.