diff options
| author | Brendan Zabarauskas <bjzaba@yahoo.com.au> | 2013-05-01 20:52:09 +1000 |
|---|---|---|
| committer | Brendan Zabarauskas <bjzaba@yahoo.com.au> | 2013-05-02 13:22:04 +1000 |
| commit | e596128bd87b978fb163235bcf5eb0ef7d446218 (patch) | |
| tree | 34fd2161c63d52a7f4f0cfff140d43de291db021 /src/libsyntax/parse/token.rs | |
| parent | b4bdc3f50040301bdcd372e320044f8fb2efb76f (diff) | |
| download | rust-e596128bd87b978fb163235bcf5eb0ef7d446218.tar.gz rust-e596128bd87b978fb163235bcf5eb0ef7d446218.zip | |
Remove 'Local Variable' comments
Diffstat (limited to 'src/libsyntax/parse/token.rs')
| -rw-r--r-- | src/libsyntax/parse/token.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index 338b7c99d97..fe7bd5b3bc1 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -556,11 +556,3 @@ pub fn reserved_keyword_table() -> HashSet<~str> { } return words; } - - -// Local Variables: -// fill-column: 78; -// indent-tabs-mode: nil -// c-basic-offset: 4 -// buffer-file-coding-system: utf-8-unix -// End: |
