Skip to content

Commit 271997b

Browse files
committed
---
yaml --- r: 79509 b: refs/heads/snap-stage3 c: 4664d33 h: refs/heads/master i: 79507: c258e32 v: v3
1 parent e8b51c2 commit 271997b

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,7 +1,7 @@
11
---
22
refs/heads/master: 124eb2119c78651cfaaa7a046a101fa2e20f83ca
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 114b1a7e97610501f1bf028eac058d388d816c11
4+
refs/heads/snap-stage3: 4664d3320dacb1cbf42081369d3fc4f61f2af1a3
55
refs/heads/try: ac820906c0e53eab79a98ee64f7231f57c3887b4
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libsyntax/fold.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ fn noop_fold_decl(d: &Decl_, fld: @ast_fold) -> Option<Decl_> {
475475
}
476476

477477
// lift a function in ast-thingy X fold -> ast-thingy to a function
478-
// in (ast-thingy X span X fold) -> (ast-thingy X fold). Basically,
478+
// in (ast-thingy X span X fold) -> (ast-thingy X span). Basically,
479479
// carries the span around.
480480
// It seems strange to me that the call to new_fold doesn't happen
481481
// here but instead in the impl down below.... probably just an

0 commit comments

Comments
 (0)