Skip to content

Commit 271230f

Browse files
Rollup merge of #34895 - mark-buer:patch-1, r=steveklabnik
Remove rustdoc reference to `walk_dir`
2 parents 4817c5e + d820fcb commit 271230f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/fs.rs

Lines changed: 2 additions & 2 deletions
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)