Remove hoedown from tidy check

This commit is contained in:
Guillaume Gomez 2017-04-14 13:03:48 +02:00
parent cbf8342efe
commit 695354af9c
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ fn filter_dirs(path: &Path) -> bool {
"src/rust-installer",
"src/liblibc",
"src/vendor",
"src/rt/hoedown",
];
skip.iter().any(|p| path.ends_with(p))
}