From 641aec74076f8c5735a7d379753194f877866525 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 4 Jul 2013 22:13:26 -0400 Subject: remove some method resolve workarounds --- src/libsyntax/parse/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/parse') diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 2f79f60fb60..c43b350abdb 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -3914,7 +3914,7 @@ impl Parser { }; let full_path = full_path.normalize(); - let maybe_i = do self.sess.included_mod_stack.iter().position_ |&p| { p == full_path }; + let maybe_i = do self.sess.included_mod_stack.iter().position |&p| { p == full_path }; match maybe_i { Some(i) => { let stack = &self.sess.included_mod_stack; -- cgit 1.4.1-3-g733a5