commit: d67e5f688cd82820edcbb5a712e2c8964d7d3be3 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sun Feb 1 16:28:40 2026 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Feb 20 17:24:02 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d67e5f68
rust.eclass: Document _get_rust_slot as internal function Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> eclass/rust.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/rust.eclass b/eclass/rust.eclass index 389916a0780a..bd00c436598f 100644 --- a/eclass/rust.eclass +++ b/eclass/rust.eclass @@ -331,6 +331,7 @@ unset -f _rust_set_globals # @FUNCTION: _get_rust_slot # @USAGE: [-b|-d] +# @INTERNAL # @DESCRIPTION: # Find the newest Rust install that is acceptable for the package, # and export its version (i.e. SLOT) and type (source or bin[ary])
