Remove rustdoc reference to walk_dir

This commit is contained in:
Mark Buer 2016-07-18 17:54:15 +09:30 committed by GitHub
parent f441bca499
commit d820fcba12

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
///