From 35ea14f80a103f6c23b9f66dc22729226a08f326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 1 Oct 2018 16:11:54 +0200 Subject: [PATCH] ir: Fix tabs in context.rs. --- src/ir/context.rs | 84 +++++++++++++++++++++++------------------------ 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/src/ir/context.rs b/src/ir/context.rs index f631e6f191..bdf3842812 100644 --- a/src/ir/context.rs +++ b/src/ir/context.rs @@ -854,58 +854,58 @@ If you encounter an error missing from this list, please file an issue or a PR!" name.contains("$") || match name { "abstract" | - "alignof" | - "as" | - "async" | - "become" | - "box" | + "alignof" | + "as" | + "async" | + "become" | + "box" | "break" | - "const" | - "continue" | - "crate" | - "do" | + "const" | + "continue" | + "crate" | + "do" | "else" | - "enum" | - "extern" | - "false" | - "final" | + "enum" | + "extern" | + "false" | + "final" | "fn" | - "for" | - "if" | - "impl" | - "in" | + "for" | + "if" | + "impl" | + "in" | "let" | - "loop" | - "macro" | - "match" | - "mod" | + "loop" | + "macro" | + "match" | + "mod" | "move" | - "mut" | - "offsetof" | - "override" | - "priv" | + "mut" | + "offsetof" | + "override" | + "priv" | "proc" | - "pub" | - "pure" | - "ref" | - "return" | + "pub" | + "pure" | + "ref" | + "return" | "Self" | - "self" | - "sizeof" | - "static" | - "struct" | + "self" | + "sizeof" | + "static" | + "struct" | "super" | - "trait" | - "true" | - "type" | - "typeof" | + "trait" | + "true" | + "type" | + "typeof" | "unsafe" | - "unsized" | - "use" | - "virtual" | - "where" | + "unsized" | + "use" | + "virtual" | + "where" | "while" | - "yield" | + "yield" | "bool" | "_" => true, _ => false,