Home
last modified time | relevance | path

Searched refs:walk (Results 1 – 1 of 1) sorted by relevance

/rust-libc-0.2.174/libc-test/test/
H A Dcheck_style.rs22 walk(&root_dir).unwrap(); in check_style()
26 fn walk(root_dir: &Path) -> Result<()> { in walk() function