From 35a03c805281a84273df643334b967f22edb664e Mon Sep 17 00:00:00 2001 From: varkor Date: Wed, 15 Aug 2018 18:01:37 +0100 Subject: [PATCH] Tidy: ignore non-Markdown files when linting for the Unstable Book --- src/tools/tidy/src/unstable_book.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tools/tidy/src/unstable_book.rs b/src/tools/tidy/src/unstable_book.rs index 6b573908de902..62296f73f016b 100644 --- a/src/tools/tidy/src/unstable_book.rs +++ b/src/tools/tidy/src/unstable_book.rs @@ -60,6 +60,7 @@ pub fn collect_unstable_book_section_file_names(dir: &path::Path) -> BTreeSet