We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed08749 commit da2ed92Copy full SHA for da2ed92
src/libsyntax/fold.rs
@@ -479,7 +479,7 @@ fn noop_fold_decl(d: &decl_, fld: @ast_fold) -> Option<decl_> {
479
}
480
481
// lift a function in ast-thingy X fold -> ast-thingy to a function
482
-// in (ast-thingy X span X fold) -> (ast-thingy X fold). Basically,
+// in (ast-thingy X span X fold) -> (ast-thingy X span). Basically,
483
// carries the span around.
484
// It seems strange to me that the call to new_fold doesn't happen
485
// here but instead in the impl down below.... probably just an
0 commit comments