about summary refs log tree commit diff
path: root/clippy_lints/src/unnecessary_literal_bound.rs
AgeCommit message (Expand)AuthorLines
2025-01-03Update version attribute for 1.84 clippy lintsxFrednet-1/+1
2024-12-05fix: various typosBD103-1/+1
2024-10-15Use path_res instead of lowering hir::Ty to ty::TyGnomedDev-2/+4
2024-10-15Add lint for unnecessary lifetime bounded &str returnGnomedDev-0/+156