about summary refs log tree commit diff
path: root/clippy_lints/src/borrow_deref_ref.rs
AgeCommit message (Expand)AuthorLines
2024-11-16Simplify instances of `Option::map_or(true, …)` in Clippy sourcesSamuel Tardieu-1/+1
2024-10-24borrow_deref_ref: do not trigger on `&raw` referencesSamuel Tardieu-2/+2
2024-08-21Start removing `snippet_opt`Jason Newcomb-3/+4
2024-07-05Refactor `borrow_deref_ref`: Match HIR tree before checking for macros.Jason Newcomb-24/+20
2023-12-10Delay several `is_from_proc_macro` checksJason Newcomb-1/+3
2023-11-25Use absolute path for `declare_tool_lint` in `declare_clippy_lint`Alex Macleod-1/+1
2023-11-10Clean up after if chain removalAlex Macleod-21/+16
2023-11-10Run `if-to-let-chain clippy*/**/*.rs`Alex Macleod-54/+52
2023-10-23Set existing doc-tests to `no_run`Alex Macleod-3/+3
2023-07-13Add `imports_granularity = "Module"` to rustfmt.tomlAlex Macleod-2/+1
2023-05-07Ignore `borrow_deref_ref` warnings in code from procedural macros.Renato Lochetti-2/+4
2022-08-15Simplify the borrow_deref_ref lint exampleStanislav Tkach-5/+0
2022-08-12Update lint versions for 1.63 releaseflip1995-1/+1
2022-07-13Fix typosbors-1/+1
2022-06-05Improve lint doc consistencySerial-5/+8
2022-05-30needless_dereflyj-0/+118