libsyntax: Long line

This commit is contained in:
Patrick Walton 2013-12-31 15:49:11 -08:00
parent 460ea922f3
commit 8b088d493c
1 changed files with 2 additions and 1 deletions

View File

@ -1002,7 +1002,8 @@ impl Parser {
}
// parse a function type (following the 'fn')
pub fn parse_ty_fn_decl(&mut self, allow_variadic: bool) -> (P<fn_decl>, OptVec<ast::Lifetime>) {
pub fn parse_ty_fn_decl(&mut self, allow_variadic: bool)
-> (P<fn_decl>, OptVec<ast::Lifetime>) {
/*
(fn) <'lt> (S) -> T