about summary refs log tree commit diff
path: root/src/libsyntax/parse/parser.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-05-01 21:00:39 -0700
committerbors <bors@rust-lang.org>2013-05-01 21:00:39 -0700
commitefcabc41e4ab4dbabd3f6d0954b5a1184ad75e8b (patch)
treec0ea6648d3c6df169a17451bf10c6b74fa6a8c1d /src/libsyntax/parse/parser.rs
parenta64aa28efed2b8be4bc7878b83978e788f5b1716 (diff)
parente596128bd87b978fb163235bcf5eb0ef7d446218 (diff)
downloadrust-efcabc41e4ab4dbabd3f6d0954b5a1184ad75e8b.tar.gz
rust-efcabc41e4ab4dbabd3f6d0954b5a1184ad75e8b.zip
auto merge of #6151 : bjz/rust/local-variable-cleanup, r=brson
I have noticed these comments scattered across the codebase. They appear to be vestigial Emacs formatting settings and they don't appear in newer files. For the sake of consistency it's probably best to remove them.
Diffstat (limited to 'src/libsyntax/parse/parser.rs')
-rw-r--r--src/libsyntax/parse/parser.rs11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/libsyntax/parse/parser.rs b/src/libsyntax/parse/parser.rs
index a582748edb3..8459fc8c627 100644
--- a/src/libsyntax/parse/parser.rs
+++ b/src/libsyntax/parse/parser.rs
@@ -4509,14 +4509,3 @@ pub impl Parser {
         }
     }
 }
-
-
-//
-// Local Variables:
-// mode: rust
-// fill-column: 78;
-// indent-tabs-mode: nil
-// c-basic-offset: 4
-// buffer-file-coding-system: utf-8-unix
-// End:
-//