[librsvg/librsvg-2.55: 2/13] install-rust-tools.sh: It's called clippy, not clippy-preview now
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg/librsvg-2.55: 2/13] install-rust-tools.sh: It's called clippy, not clippy-preview now
- Date: Thu, 8 Sep 2022 17:30:25 +0000 (UTC)
commit 7e96d1340ef080e7abc6d48f7882f333c4741f65
Author: Federico Mena Quintero <federico gnome org>
Date: Tue Sep 6 10:55:46 2022 -0500
install-rust-tools.sh: It's called clippy, not clippy-preview now
The latter still works, but let's use the new accepted name.
ci/install-rust-tools.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ci/install-rust-tools.sh b/ci/install-rust-tools.sh
index 87c77c1b0..87318b5fe 100644
--- a/ci/install-rust-tools.sh
+++ b/ci/install-rust-tools.sh
@@ -3,7 +3,7 @@ source ./ci/env.sh
set -eu
export CARGO_HOME='/usr/local/cargo'
-rustup component add clippy-preview
+rustup component add clippy
rustup component add rustfmt
# cargo install --force cargo-c
cargo install --version ^1.0 gitlab_clippy
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]