about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorTim Neumann <mail@timnn.me>2017-04-12 14:45:44 +0200
committerGitHub <noreply@github.com>2017-04-12 14:45:44 +0200
commit5c23e7089d7e3f7335ae6b4a8ae07e809302c769 (patch)
treedbab4930d56b7b106f84616f889c36a6691fa84b /src
parent9275c9c2f05b3d13bdb6b140a7ef0ae1dcc6fb62 (diff)
parentf39145169f24cc6dd4c17f5529fc02169d8fea0d (diff)
downloadrust-5c23e7089d7e3f7335ae6b4a8ae07e809302c769.tar.gz
rust-5c23e7089d7e3f7335ae6b4a8ae07e809302c769.zip
Rollup merge of #41183 - nodakai:remove-hoedown-license, r=TimNN
COPYRIGHT: remove hoedown license

Hoedown was removed in b96fef8411f

Also cleanup src/tools/tidy/src/main.rs
Diffstat (limited to 'src')
-rw-r--r--src/tools/tidy/src/main.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/tidy/src/main.rs b/src/tools/tidy/src/main.rs
index dee37341051..17f8b62117a 100644
--- a/src/tools/tidy/src/main.rs
+++ b/src/tools/tidy/src/main.rs
@@ -82,11 +82,9 @@ fn filter_dirs(path: &Path) -> bool {
         "src/llvm",
         "src/libbacktrace",
         "src/compiler-rt",
-        "src/rt/hoedown",
         "src/rustllvm",
         "src/rust-installer",
         "src/liblibc",
-        "src/tools/cargo",
         "src/vendor",
     ];
     skip.iter().any(|p| path.ends_with(p))