From b6f7da61d879c67111e179a261149678d73e266f Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Sat, 4 Sep 2021 10:47:54 -0600 Subject: Document more things Also, test rustdoc in CI, and demote missing_docs from a deny to a warning (but still deny it in CI). --- src/sys/sendfile.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sys/sendfile.rs') diff --git a/src/sys/sendfile.rs b/src/sys/sendfile.rs index a12c0411..7a210c6f 100644 --- a/src/sys/sendfile.rs +++ b/src/sys/sendfile.rs @@ -1,3 +1,5 @@ +//! Send data from a file to a socket, bypassing userland. + use cfg_if::cfg_if; use std::os::unix::io::RawFd; use std::ptr; -- cgit v1.2.3