]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/tidy/src/lib.rs
Add x86_64-fortanix-unknown-sgx target to libstd and dependencies
[rust.git] / src / tools / tidy / src / lib.rs
index e235de9c5e138d619b2ef38f0915025086d1fd31..53db589beaf46cd24f9a9181914130aa3159fa4b 100644 (file)
@@ -64,7 +64,6 @@ fn filter_dirs(path: &Path) -> bool {
         "src/librustc_data_structures/owning_ref",
         "src/compiler-rt",
         "src/liblibc",
-        "src/vendor",
         "src/rt/hoedown",
         "src/tools/cargo",
         "src/tools/clang",
@@ -77,7 +76,9 @@ fn filter_dirs(path: &Path) -> bool {
         "src/tools/lldb",
         "src/target",
         "src/stdsimd",
+        "src/rust-sgx",
         "target",
+        "vendor",
     ];
     skip.iter().any(|p| path.ends_with(p))
 }