From dc0db358abe19481e475e10c32149b53370f1a1c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 05:57:31 +0200 Subject: Merging upstream version 1.72.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/tokio/src/fs/dir_builder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/tokio/src/fs/dir_builder.rs') diff --git a/vendor/tokio/src/fs/dir_builder.rs b/vendor/tokio/src/fs/dir_builder.rs index b1849344b..97168bff7 100644 --- a/vendor/tokio/src/fs/dir_builder.rs +++ b/vendor/tokio/src/fs/dir_builder.rs @@ -14,7 +14,7 @@ pub struct DirBuilder { /// Indicates whether to create parent directories if they are missing. recursive: bool, - /// Set the Unix mode for newly created directories. + /// Sets the Unix mode for newly created directories. #[cfg(unix)] pub(super) mode: Option, } -- cgit v1.2.3