diff options
| author | reedlepee <reedlepee123@gmail.com> | 2013-10-29 15:23:56 +0530 |
|---|---|---|
| committer | reedlepee <reedlepee123@gmail.com> | 2013-10-29 21:16:02 +0530 |
| commit | 697813747a2c9f832fa0344621187a23f273b4ca (patch) | |
| tree | ced3068c53185a17e90972f831e4bd905b271ccb /src/libsyntax | |
| parent | 33b9afac4a864b2177046e9314e8e9c0a91b328d (diff) | |
| download | rust-697813747a2c9f832fa0344621187a23f273b4ca.tar.gz rust-697813747a2c9f832fa0344621187a23f273b4ca.zip | |
Indentation
Diffstat (limited to 'src/libsyntax')
| -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 2c09cca578c..86061b49ae3 100644 --- a/src/libsyntax/parse/parser.rs +++ b/src/libsyntax/parse/parser.rs @@ -310,7 +310,7 @@ pub fn Parser(sess: @mut ParseSess, obsolete_set: @mut HashSet::new(), mod_path_stack: @mut ~[], open_braces: @mut ~[], - non_copyable: util::NonCopyable + non_copyable: util::NonCopyable } } |
