From: Miguel Ojeda Date: Sun, 5 Apr 2026 23:53:02 +0000 (+0200) Subject: docs: rust: quick-start: remove Gentoo "testing" note X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=99c672426aedd7735508f0dfb26342bf5125a633;p=thirdparty%2Fkernel%2Flinux.git docs: rust: quick-start: remove Gentoo "testing" note 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 [1] Link: https://packages.gentoo.org/packages/dev-util/bindgen [2] Reviewed-by: Tamir Duberstein Link: https://patch.msgid.link/20260405235309.418950-27-ojeda@kernel.org Signed-off-by: Miguel Ojeda --- diff --git a/Documentation/rust/quick-start.rst b/Documentation/rust/quick-start.rst index db08c3a03a4f5..1518367324fe6 100644 --- a/Documentation/rust/quick-start.rst +++ b/Documentation/rust/quick-start.rst @@ -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