about summary refs log tree commit diff
path: root/src/tools
diff options
context:
space:
mode:
authorColm Seale <colm.seale@gmail.com>2017-01-22 16:35:15 +0000
committerColm Seale <colm.seale@gmail.com>2017-01-22 16:58:23 +0000
commitddb602721354f5c6501aae9d3558699987710e2c (patch)
treeb5ea393d4ec21c0065d78e93eb0a11c5777143fc /src/tools
parent3ddc27025229c01bd1aeab9da3ebe34e3046da58 (diff)
[Gate Tests] - marking feature tests
Removal of the lang feature gate tests whitelist #39059

r? @est31
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/tidy/src/features.rs6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/tools/tidy/src/features.rs b/src/tools/tidy/src/features.rs
index 9e365456a6c..f540dc3d3e6 100644
--- a/src/tools/tidy/src/features.rs
+++ b/src/tools/tidy/src/features.rs
@@ -166,10 +166,8 @@ pub fn check(path: &Path, bad: &mut bool) {
     // FIXME get this whitelist empty.
     let whitelist = vec![
         "abi_ptx", "simd", "macro_reexport",
-        "more_struct_aliases", "static_recursion", "reflect",
-        "quote", "cfg_target_has_atomic", "custom_attribute",
-        "default_type_parameter_fallback",
-        "use_extern_macros", "staged_api", "const_indexing",
+        "static_recursion", "reflect", "quote",
+        "cfg_target_has_atomic", "staged_api", "const_indexing",
         "unboxed_closures", "stmt_expr_attributes",
         "cfg_target_thread_local", "unwind_attributes",
         "inclusive_range_syntax", "proc_macro"