Skip to content

Commit d05e9fd

Browse files
committed
---
yaml --- r: 44747 b: refs/heads/master c: de6d9f6 h: refs/heads/master i: 44745: dbcc0f7 44743: 992e995 v: v3
1 parent 4d0b0d4 commit d05e9fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 34c02a6c0ead2896ecc68aa92dd39cd62aee5aea
2+
refs/heads/master: de6d9f66b514d6a0e6cc436a942218c3ab4c8e57
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: a6d9689399d091c3265f00434a69c551a61c28dc
55
refs/heads/try: ef355f6332f83371e4acf04fc4eb940ab41d78d3

trunk/src/libsyntax/parse/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ pub impl Parser {
137137
}
138138
}
139139

140-
fn token_is_word(word: &~str, tok: &token::Token) -> bool {
140+
pure fn token_is_word(word: &~str, tok: &token::Token) -> bool {
141141
match *tok {
142142
token::IDENT(sid, false) => { *self.id_to_str(sid) == *word }
143143
_ => { false }

0 commit comments

Comments
 (0)