[][src]Function cargo_deadlinks::walk_dir

pub fn walk_dir(dir_path: &Path, ctx: CheckContext) -> bool

Traverses a given path recursively, checking all *.html files found.

For each error that occurred, print an error message. Returns whether an error occurred.