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
commit 271230f347

View file

@ -791,8 +791,8 @@ impl Iterator for ReadDir {
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
///