We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
walk_dir
1 parent f441bca commit d820fcbCopy full SHA for d820fcb
src/libstd/fs.rs
@@ -791,8 +791,8 @@ impl Iterator for ReadDir {
791
impl DirEntry {
792
/// Returns the full path to the file that this entry represents.
793
///
794
- /// The full path is created by joining the original path to `read_dir` or
795
- /// `walk_dir` with the filename of this entry.
+ /// The full path is created by joining the original path to `read_dir`
+ /// with the filename of this entry.
796
797
/// # Examples
798
0 commit comments