rust/compiler/rustc_lint
Aaron Kofsky 758a9fd0f9 Add let_underscore_must_use lint.
Similar to `let_underscore_drop`, this lint checks for statements similar
to `let _ = foo`, where `foo` is an expression marked `must_use`.
2022-06-04 15:35:08 -04:00
..
src Add let_underscore_must_use lint. 2022-06-04 15:35:08 -04:00
Cargo.toml Remove --extern-location and all associated code 2022-04-15 11:19:06 -07:00