about summary refs log tree commit diff
path: root/clippy_lints/src/unnecessary_map_on_constructor.rs
AgeCommit message (Expand)AuthorLines
2024-10-13Check MethodCall/Call arg count earlier or at allGnomedDev-7/+3
2024-04-01fix fallout from previous commity21-1/+1
2024-03-22Enable unused_qualifications lintAlex Macleod-1/+1
2023-12-16Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-1/+1
2023-12-01Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-syncPhilipp Krones-6/+9
2023-12-01Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-6/+9
2023-11-25Appease the clippyMichael Goulet-1/+1
2023-11-25Use absolute path for `declare_tool_lint` in `declare_clippy_lint`Alex Macleod-1/+1
2023-11-18Remove space and rephrase `map()` advice.Kevin Reid-3/+3
2023-11-17Fix markup in recent lint documentation.Kevin Reid-4/+7
2023-11-16fix typoNathan Stocks-1/+1
2023-11-16Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyupPhilipp Krones-1/+1
2023-11-14Update version attribute for 1.74 lintsxFrednet-1/+1
2023-11-02Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyupPhilipp Krones-16/+20
2023-11-02Format let-chains across the code basePhilipp Krones-13/+17
2023-10-29Fix some typoscui fliter-1/+1
2023-10-23Set existing doc-tests to `no_run`Alex Macleod-2/+2
2023-10-21Merge commit '2b030eb03d9e5837440b1ee0b98c50b97c0c5889' into clippyupPhilipp Krones-2/+2
2023-10-04dogfoody21-2/+2
2023-09-25Merge commit '7671c283a50b5d1168841f3014b14000f01dd204' into clippyupPhilipp Krones-0/+93
2023-09-12new unnecessary_map_on_constructor lintjonboh-0/+93