rust/compiler
Noah Lev f53e489e6e Show the unused type for unused_results lint
I think it's helpful to know what type was unused when looking at these
warnings. The type will likely determine whether the result *should* be
used, or whether it should just be ignored.

Including the type also matches the behavior of the `must_use` lint:
unused `SomeType` that must be used.
2021-12-11 17:58:11 -08:00
..
2021-12-09 00:01:29 +01:00
2021-12-09 00:01:29 +01:00
2021-12-09 00:01:29 +01:00
2021-12-09 00:01:29 +01:00
2021-12-09 00:01:29 +01:00
2021-12-09 00:01:29 +01:00
2021-12-09 00:01:29 +01:00