about summary refs log tree commit diff
path: root/clippy_lints/src/methods/bytes_count_to_len.rs
AgeCommit message (Expand)AuthorLines
2025-01-19Apply `unnecessary_semicolon` to Clippy sourcesSamuel Tardieu-1/+1
2023-11-10Clean up after if chain removalAlex Macleod-3/+5
2023-11-10Run `if-to-let-chain clippy*/**/*.rs`Alex Macleod-18/+16
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-1/+1
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-1/+1
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-1/+1
2022-11-18Rm diagnostic item, use lang itemDeadbeef-3/+2
2022-08-31Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyupJason Newcomb-0/+37