From 817485bcf4e8ea3e52982372a16371f2b094873b Mon Sep 17 00:00:00 2001 From: Andy Russell Date: Thu, 6 Aug 2026 16:37:08 -0400 Subject: [PATCH] fix Uname doc link --- src/not_implemented.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/not_implemented.rs b/src/not_implemented.rs index 7220295b6..b211e0c83 100644 --- a/src/not_implemented.rs +++ b/src/not_implemented.rs @@ -338,9 +338,11 @@ pub mod quite_yet { not_implemented!(execveat); not_implemented!(execve); - /// For now, use `rustix::process::uname().nodename()` instead. + /// For now, use [`Uname::nodename`] instead. /// /// See also the [module comment](self). + /// + /// [`Uname::nodename`]: crate::system::Uname::nodename pub fn gethostname() { unimplemented!() }