From a9d96525a873b06e95bb0b48fc944ad181220a9b Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 28 Aug 2023 14:27:59 -0400 Subject: [PATCH] buildroot: Add clippy For the same reason we have `rustfmt`; I plan to rework the ostree-rs-ext build flow to use this there. --- ci/buildroot/buildroot-reqs.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/buildroot/buildroot-reqs.txt b/ci/buildroot/buildroot-reqs.txt index c52b1c49d9..bf3db9c8bd 100644 --- a/ci/buildroot/buildroot-reqs.txt +++ b/ci/buildroot/buildroot-reqs.txt @@ -25,8 +25,9 @@ util-linux which xz -# For rust projects like rpm-ostree +# For rust projects rustfmt +clippy # For unit tests at least. ostree