about summary refs log tree commit diff
path: root/compiler/rustc_lint/src/unit_bindings.rs
AgeCommit message (Expand)AuthorLines
2025-02-08Rustfmtbjorn3-3/+5
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-5/+3
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+3
2024-05-02Inline & delete `Ty::new_unit`, since it's just a field accessWaffle Lapkin-3/+2
2024-04-29Remove `extern crate rustc_session` from `rustc_lint`.Nicholas Nethercote-0/+1
2024-03-22Rename `hir::Local` into `hir::LetStmt`Guillaume Gomez-1/+1
2024-01-23Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.Nicholas Nethercote-1/+1
2023-11-20Add allow-by-default lint for unit bindings许杰友 Jieyou Xu (Joe)-0/+72