]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs: rust: quick-start: remove Gentoo "testing" note
authorMiguel Ojeda <ojeda@kernel.org>
Sun, 5 Apr 2026 23:53:02 +0000 (01:53 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Tue, 7 Apr 2026 08:00:25 +0000 (10:00 +0200)
Gentoo does not need the "testing" note, since its packages are recent
enough even in the stable branch [1][2].

Thus remove it to simplify the documentation.

Link: https://packages.gentoo.org/packages/dev-lang/rust
Link: https://packages.gentoo.org/packages/dev-util/bindgen
Reviewed-by: Tamir Duberstein <tamird@kernel.org>
Link: https://patch.msgid.link/20260405235309.418950-27-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
Documentation/rust/quick-start.rst

index db08c3a03a4f5f973c9dcc426c8952307af511cd..1518367324fe67d3d6bea60a6944d8247613450b 100644 (file)
@@ -57,8 +57,8 @@ of the box, e.g.::
 Gentoo Linux
 ************
 
-Gentoo Linux (and especially the testing branch) provides recent Rust releases
-and thus it should generally work out of the box, e.g.::
+Gentoo Linux provides recent Rust releases and thus it should generally work out
+of the box, e.g.::
 
        USE='rust-src rustfmt clippy' emerge dev-lang/rust dev-util/bindgen