From 13b474dcbb2dd7bc58286f8b7a40bb83117e1b03 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 20 Jul 2013 19:59:58 -0400 Subject: rm obsolete no-op lints --- src/etc/extract-tests.py | 3 --- src/etc/zsh/_rust | 3 --- 2 files changed, 6 deletions(-) (limited to 'src/etc') diff --git a/src/etc/extract-tests.py b/src/etc/extract-tests.py index 0260789adfc..91b3b814ce0 100644 --- a/src/etc/extract-tests.py +++ b/src/etc/extract-tests.py @@ -60,9 +60,6 @@ while cur < len(lines): if not re.search(r"\bextern mod extra\b", block): block = "extern mod extra;\n" + block block = """#[ forbid(ctypes) ]; -#[ forbid(deprecated_pattern) ]; -#[ forbid(implicit_copies) ]; -#[ forbid(non_implicitly_copyable_typarams) ]; #[ forbid(path_statement) ]; #[ forbid(type_limits) ]; #[ forbid(unrecognized_lint) ]; diff --git a/src/etc/zsh/_rust b/src/etc/zsh/_rust index 86dcbab93fd..befed411dd1 100644 --- a/src/etc/zsh/_rust +++ b/src/etc/zsh/_rust @@ -33,12 +33,9 @@ _rustc_opts_switches=( ) _rustc_opts_lint=( 'path-statement[path statements with no effect]' - 'deprecated-pattern[warn about deprecated uses of pattern bindings]' - 'non-implicitly-copyable-typarams[passing non implicitly copyable types as copy type params]' 'missing-trait-doc[detects missing documentation for traits]' 'missing-struct-doc[detects missing documentation for structs]' 'ctypes[proper use of core::libc types in foreign modules]' - 'implicit-copies[implicit copies of non implicitly copyable data]' "unused-mut[detect mut variables which don't need to be mutable]" 'unused-imports[imports that are never used]' 'heap-memory[use of any (~ type or @ type) heap memory]' -- cgit 1.4.1-3-g733a5