rust/compiler/rustc_lint
Aaron Kofsky ae2ac3b4c5 Allow let_underscore_drop and let_underscore_must_use by default.
These lints are very noisy and are allow-by-default in clippy anyways.
Hence, setting them to allow-by-default here makes more sense than
warning constantly on these cases.
2022-06-04 15:35:11 -04:00
..
src Allow let_underscore_drop and let_underscore_must_use by default. 2022-06-04 15:35:11 -04:00
Cargo.toml Remove --extern-location and all associated code 2022-04-15 11:19:06 -07:00