Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a7aac1e

Browse files
authoredSep 20, 2024
Remove double spaces
1 parent 5fa71af commit a7aac1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎std/src/fs.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1990,7 +1990,7 @@ impl AsInner<fs_imp::DirEntry> for DirEntry {
19901990
/// * The user lacks permissions to remove the file.
19911991
///
19921992
/// This function will only ever return an error of kind `NotFound` if the given
1993-
/// path does not exist. Note that the inverse is not true,
1993+
/// path does not exist. Note that the inverse is not true,
19941994
/// ie. if a path does not exist, its removal may fail for a number of reasons,
19951995
/// such as insufficient permissions.
19961996
///
@@ -2452,7 +2452,7 @@ pub fn create_dir_all<P: AsRef<Path>>(path: P) -> io::Result<()> {
24522452
/// * The directory isn't empty.
24532453
///
24542454
/// This function will only ever return an error of kind `NotFound` if the given
2455-
/// path does not exist. Note that the inverse is not true,
2455+
/// path does not exist. Note that the inverse is not true,
24562456
/// ie. if a path does not exist, its removal may fail for a number of reasons,
24572457
/// such as insufficient permissions.
24582458
///

0 commit comments

Comments
 (0)