We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 546bec4 commit 907b385Copy full SHA for 907b385
src/lib.rs
@@ -534,7 +534,7 @@ pub async fn remove_dir<P: AsRef<Path>>(path: P) -> io::Result<()> {
534
///
535
/// An error will be returned in the following situations:
536
537
-/// * `path` is not an existing and empty directory.
+/// * `path` is not an existing directory.
538
/// * The current process lacks permissions to remove the directory.
539
/// * Some other I/O error occurred.
540
0 commit comments