From de4f0b92b631a0a35de6ee118df37102e96e8744 Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Wed, 6 Jun 2012 21:51:09 -0700 Subject: [PATCH] Say "easily" instead of "sanely" I can't correct it every time, but every time someone uses "insane"/ "sane" as synonyms for "bad"/"good", they're saying that being like me is the same as being everything that's bad and wrong in the world... so I'm changing this to a word that means approximately the same thing but doesn't devalue any group of people. --- src/libsyntax/ast.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index f0a3006b8c6..ab458931b0c 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -313,7 +313,7 @@ enum expr_ { expr_fn(proto, fn_decl, blk, capture_clause), expr_fn_block(fn_decl, blk, capture_clause), // Inner expr is always an expr_fn_block. We need the wrapping node to - // sanely type this (a function returning nil on the inside but bool on + // easily type this (a function returning nil on the inside but bool on // the outside). expr_loop_body(@expr), expr_block(blk),