libsyntax: Long line
This commit is contained in:
parent
460ea922f3
commit
8b088d493c
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue