From 9690be5ece5960d0bd8ecb68750b577b0835b6ba Mon Sep 17 00:00:00 2001 From: Eduard Burtescu Date: Sat, 24 Jan 2015 22:15:08 +0200 Subject: Adjust most comments and messages to not use "unboxed". --- src/libsyntax/parse/parser.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax/parse/parser.rs') diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 37f95bffe27..eab24574bb1 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -1133,7 +1133,7 @@ impl<'a> Parser<'a> { TyInfer } - /// Parses an optional unboxed closure kind (`&:`, `&mut:`, or `:`). + /// Parses an optional closure kind (`&:`, `&mut:`, or `:`). pub fn parse_optional_closure_kind(&mut self) -> Option { if self.check(&token::BinOp(token::And)) && self.look_ahead(1, |t| t.is_keyword(keywords::Mut)) && -- cgit 1.4.1-3-g733a5