diff options
| author | John Clements <clements@racket-lang.org> | 2013-04-23 10:57:41 -0700 |
|---|---|---|
| committer | John Clements <clements@racket-lang.org> | 2013-04-28 09:49:20 -0700 |
| commit | c73a9c9cd08991b8766b6badabcb08f5c6b48799 (patch) | |
| tree | ef8d0e45759b9b72b1b263a209da79268a5047db /src/libsyntax/parse/parser.rs | |
| parent | a2493ad04811c1133127be8740bf30c2d24504ab (diff) | |
| download | rust-c73a9c9cd08991b8766b6badabcb08f5c6b48799.tar.gz rust-c73a9c9cd08991b8766b6badabcb08f5c6b48799.zip | |
refactoring mod.rs
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
| -rw-r--r-- | src/libsyntax/parse/parser.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs index c35b0e2e8c2..cc20e996dba 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -4463,7 +4463,7 @@ pub impl Parser { } // Parses a source module as a crate - fn parse_crate_mod(&self, _cfg: crate_cfg) -> @crate { + fn parse_crate_mod(&self) -> @crate { let lo = self.span.lo; // parse the crate's inner attrs, maybe (oops) one // of the attrs of an item: |
