Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/not_implemented.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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!()
}
Expand Down