From 7c6a0f189e2f2ffb4ed24d10319afccd6c39b13a Mon Sep 17 00:00:00 2001 From: Patrick Walton Date: Thu, 2 Jun 2011 11:01:55 -0700 Subject: [PATCH] rustc: Tiny style fix in pprust::rust_printer --- src/comp/pretty/pprust.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/comp/pretty/pprust.rs b/src/comp/pretty/pprust.rs index ed73cb936b2..43165cf1b3a 100644 --- a/src/comp/pretty/pprust.rs +++ b/src/comp/pretty/pprust.rs @@ -47,7 +47,7 @@ fn rust_printer(io::writer writer) -> ps { cm=option::none[codemap], comments=option::none[vec[lexer::cmnt]], mutable cur_cmnt=0u, - mutable boxes = boxes, + mutable boxes=boxes, mode=mo_untyped); }