mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-21 22:34:05 +00:00
Remove hoedown from tidy check
This commit is contained in:
parent
cbf8342efe
commit
695354af9c
@ -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))
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user