about summary refs log tree commit diff
path: root/clippy_lints/src/size_of_ref.rs
AgeCommit message (Expand)AuthorLines
2024-07-17Remove duplicated peel_middle_ty_refsLzu Tao-3/+2
2024-04-23chore: fix some typos in commentsforcedebug-1/+1
2023-11-25Use absolute path for `declare_tool_lint` in `declare_clippy_lint`Alex Macleod-1/+1
2023-10-23Set existing doc-tests to `no_run`Alex Macleod-2/+2
2023-07-13Add `imports_granularity = "Module"` to rustfmt.tomlAlex Macleod-1/+3
2023-02-28Update version attribute for 1.68 lintsxFrednet-1/+1
2022-12-24Add size_of_ref lintLukas Lueg-0/+73