Skip to content

Commit d820fcb

Browse files
authored
Remove rustdoc reference to walk_dir
1 parent f441bca commit d820fcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/fs.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -791,8 +791,8 @@ impl Iterator for ReadDir {
791791
impl DirEntry {
792792
/// Returns the full path to the file that this entry represents.
793793
///
794-
/// The full path is created by joining the original path to `read_dir` or
795-
/// `walk_dir` with the filename of this entry.
794+
/// The full path is created by joining the original path to `read_dir`
795+
/// with the filename of this entry.
796796
///
797797
/// # Examples
798798
///

0 commit comments

Comments
 (0)