Searched refs:walk (Results 1 – 1 of 1) sorted by relevance
22 walk(&root_dir).unwrap(); in check_style()26 fn walk(root_dir: &Path) -> Result<()> { in walk() function