Skip to content

Commit 1f926e0

Browse files
committed
---
yaml --- r: 79378 b: refs/heads/try c: e7e35d8 h: refs/heads/master v: v3
1 parent 082e2a6 commit 1f926e0

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
@@ -2,7 +2,7 @@
22
refs/heads/master: 3e6de6b7da8ee88bf84b0e217900051334be08da
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 60fba4d7d677ec098e6a43014132fe99f7547363
5-
refs/heads/try: 9af130b7e597a8f632223b0089d5c077427d758d
5+
refs/heads/try: e7e35d874176395226586efcc501b91a30045037
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/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)