Skip to content

Commit 8b088d4

Browse files
committed
libsyntax: Long line
1 parent 460ea92 commit 8b088d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libsyntax/parse/parser.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1002,7 +1002,8 @@ impl Parser {
10021002
}
10031003

10041004
// parse a function type (following the 'fn')
1005-
pub fn parse_ty_fn_decl(&mut self, allow_variadic: bool) -> (P<fn_decl>, OptVec<ast::Lifetime>) {
1005+
pub fn parse_ty_fn_decl(&mut self, allow_variadic: bool)
1006+
-> (P<fn_decl>, OptVec<ast::Lifetime>) {
10061007
/*
10071008
10081009
(fn) <'lt> (S) -> T

0 commit comments

Comments
 (0)