1
Fork 0

remove some method resolve workarounds

This commit is contained in:
Daniel Micay 2013-07-04 22:13:26 -04:00
parent 28643d4135
commit 641aec7407
51 changed files with 118 additions and 118 deletions

View file

@ -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;