Files
rust/compiler
Esteban Küber d669882f38 Do not suggest ; if expression is side effect free
When a tail expression isn't unit, we previously always suggested adding
a trailing `;` to turn it into a statement. This suggestion isn't
appropriate for any expression that doesn't have side-effects, as the
user will have likely wanted to call something else or do something with
the resulting value, instead of just discarding it.
2021-02-21 16:34:37 -08:00
..
2020-09-11 09:37:51 -07:00
2021-02-14 18:03:11 +03:00
2021-02-18 13:07:49 +03:00
2021-02-07 23:48:58 -08:00
2021-02-14 18:03:11 +03:00