about summary refs log tree commit diff
path: root/src/libsyntax/parse/attr.rs
diff options
context:
space:
mode:
authorBrendan Zabarauskas <bjzaba@yahoo.com.au>2013-05-01 20:52:09 +1000
committerBrendan Zabarauskas <bjzaba@yahoo.com.au>2013-05-02 13:22:04 +1000
commite596128bd87b978fb163235bcf5eb0ef7d446218 (patch)
tree34fd2161c63d52a7f4f0cfff140d43de291db021 /src/libsyntax/parse/attr.rs
parentb4bdc3f50040301bdcd372e320044f8fb2efb76f (diff)
downloadrust-e596128bd87b978fb163235bcf5eb0ef7d446218.tar.gz
rust-e596128bd87b978fb163235bcf5eb0ef7d446218.zip
Remove 'Local Variable' comments
Diffstat (limited to 'src/libsyntax/parse/attr.rs')
-rw-r--r--src/libsyntax/parse/attr.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libsyntax/parse/attr.rs b/src/libsyntax/parse/attr.rs
index cc580155d70..037b2c089f4 100644
--- a/src/libsyntax/parse/attr.rs
+++ b/src/libsyntax/parse/attr.rs
@@ -179,13 +179,3 @@ impl parser_attr for Parser {
         }
     }
 }
-
-//
-// Local Variables:
-// mode: rust
-// fill-column: 78;
-// indent-tabs-mode: nil
-// c-basic-offset: 4
-// buffer-file-coding-system: utf-8-unix
-// End:
-//