commit:     083de798b1a88ee9f78dc93443ab4cd46a6cacb4
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  3 04:59:32 2025 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Jun  3 21:36:57 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=083de798

dev-lang/rust: alphabetise USE

Closes: https://github.com/gentoo/gentoo/pull/42370
Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 dev-lang/rust/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/rust/metadata.xml b/dev-lang/rust/metadata.xml
index b2715c20a488..b32f018381d3 100644
--- a/dev-lang/rust/metadata.xml
+++ b/dev-lang/rust/metadata.xml
@@ -16,9 +16,9 @@
                <flag name="mrustc-bootstrap">Use <pkg>dev-lang/mrustc</pkg> to 
build the bootstrap Rust sysroot from this package's source</flag>
                <flag name="nightly">Enable nightly (UNSTABLE) features (NOTE: 
it does not install nightly version, just enables features marked as nightly at 
time of release)</flag>
                <flag name="parallel-compiler">Build a multi-threaded rustc 
(experimental, not tested by upstream)</flag>
-               <flag name="rustfmt">Install rustfmt, Rust code formatter</flag>
                <flag name="rust-analyzer">Install rust-analyzer, A Rust 
compiler front-end for IDEs (language server)</flag>
                <flag name="rust-src">Install rust-src, needed by developer 
tools and for build-std (cross)</flag>
+               <flag name="rustfmt">Install rustfmt, Rust code formatter</flag>
                <flag name="system-llvm">Use the system LLVM installation</flag>
                <flag name="wasm">Build support for the wasm32-unknown-unknown 
target</flag>
        </use>

Reply via email to