Rollup merge of #34895 - mark-buer:patch-1, r=steveklabnik

Remove rustdoc reference to `walk_dir`
This commit is contained in:
Guillaume Gomez
2016-07-21 11:27:00 +02:00
committed by GitHub
+2 -2
View File
@@ -791,8 +791,8 @@ fn next(&mut self) -> Option<io::Result<DirEntry>> {
impl DirEntry {
/// Returns the full path to the file that this entry represents.
///
/// The full path is created by joining the original path to `read_dir` or
/// `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.
///
/// # Examples
///