diff options
| author | Patrick Walton <pcwalton@mimiga.net> | 2013-12-31 15:49:11 -0800 |
|---|---|---|
| committer | Patrick Walton <pcwalton@mimiga.net> | 2014-01-02 14:16:08 -0800 |
| commit | 8b088d493cdb38f47cd548469554e772d0331628 (patch) | |
| tree | 53d8ba6ea5abdb2736e94051a23ee49cb0050d5f /src/libsyntax | |
| parent | 460ea922f32a47bd1497706ef58ed851a0d02987 (diff) | |
| download | rust-8b088d493cdb38f47cd548469554e772d0331628.tar.gz rust-8b088d493cdb38f47cd548469554e772d0331628.zip | |
libsyntax: Long line
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index 8908a5cb793..80072cc4a4e 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -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 |
