From 49c8d1d77f87693f8612ab0baa2f6fdb02566b1f Mon Sep 17 00:00:00 2001 From: kavyasree Date: Wed, 11 Dec 2024 19:51:00 +0530 Subject: [PATCH] Removed rustfilt --- SPECS/rust/rust.spec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/SPECS/rust/rust.spec b/SPECS/rust/rust.spec index b0b76622a8a..673e03ad277 100644 --- a/SPECS/rust/rust.spec +++ b/SPECS/rust/rust.spec @@ -110,7 +110,7 @@ sh ./configure \ --prefix=%{_prefix} \ --enable-extended \ --enable-profiler \ - --tools="cargo,clippy,rustfmt,rust-analyzer-proc-macro-srv,rustfilt" \ + --tools="cargo,clippy,rustfmt,rust-analyzer-proc-macro-srv" \ --release-channel="stable" \ --release-description="Azure Linux %{version}-%{release}" @@ -149,7 +149,6 @@ rm -f %{buildroot}%{_bindir}/*.old %{_libexecdir}/rust-analyzer-proc-macro-srv %{_bindir}/rust-gdb %{_bindir}/rust-gdbgui -%{_bindir}/rustfilt %{_bindir}/cargo %{_bindir}/cargo-clippy %{_bindir}/cargo-fmt