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/stat.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sys/stat.rs') diff --git a/src/sys/stat.rs b/src/sys/stat.rs index ed62b12d..c8f10419 100644 --- a/src/sys/stat.rs +++ b/src/sys/stat.rs @@ -256,6 +256,7 @@ pub fn futimens(fd: RawFd, atime: &TimeSpec, mtime: &TimeSpec) -> Result<()> { } /// Flags for `utimensat` function. +// TODO: replace with fcntl::AtFlags #[derive(Clone, Copy, Debug)] pub enum UtimensatFlags { FollowSymlink, -- cgit v1.2.3