rust/compiler/rustc_lint
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
..
src Show the unused type for unused_results lint 2021-12-11 17:58:11 -08:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00