Skip to content

Commit 695354a

Browse files
Remove hoedown from tidy check
1 parent cbf8342 commit 695354a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/tidy/src/main.rs

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ fn filter_dirs(path: &Path) -> bool {
8686
"src/rust-installer",
8787
"src/liblibc",
8888
"src/vendor",
89+
"src/rt/hoedown",
8990
];
9091
skip.iter().any(|p| path.ends_with(p))
9192
}

0 commit comments

Comments
 (0)