From 200959d7cef647b34e1d7cf7f4ed2c28b65fc7dc Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Tue, 4 Sep 2012 13:29:32 -0700 Subject: Remove 'with' --- src/libsyntax/ast_map.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libsyntax/ast_map.rs') diff --git a/src/libsyntax/ast_map.rs b/src/libsyntax/ast_map.rs index 5245494449a..4ea7156116b 100644 --- a/src/libsyntax/ast_map.rs +++ b/src/libsyntax/ast_map.rs @@ -96,8 +96,8 @@ fn mk_ast_map_visitor() -> vt { visit_local: map_local, visit_arm: map_arm, visit_view_item: map_view_item, - visit_block: map_block - with *visit::default_visitor() + visit_block: map_block, + .. *visit::default_visitor() }); } -- cgit 1.4.1-3-g733a5