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 e6020c0 commit 8ed06efCopy full SHA for 8ed06ef
tokio/src/fs/read_dir.rs
@@ -34,7 +34,7 @@ pub async fn read_dir(path: impl AsRef<Path>) -> io::Result<ReadDir> {
34
Ok(ReadDir(State::Idle(Some(std))))
35
}
36
37
-/// Reads the the entries in a directory.
+/// Reads the entries in a directory.
38
///
39
/// This struct is returned from the [`read_dir`] function of this module and
40
/// will yield instances of [`DirEntry`]. Through a [`DirEntry`] information
0 commit comments