File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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///
You can’t perform that action at this time.
0 commit comments