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/fold.rs | |
| parent | b4bdc3f50040301bdcd372e320044f8fb2efb76f (diff) | |
| download | rust-e596128bd87b978fb163235bcf5eb0ef7d446218.tar.gz rust-e596128bd87b978fb163235bcf5eb0ef7d446218.zip | |
Remove 'Local Variable' comments
Diffstat (limited to 'src/libsyntax/fold.rs')
| -rw-r--r-- | src/libsyntax/fold.rs | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libsyntax/fold.rs b/src/libsyntax/fold.rs index 36565395e59..229a8664d0c 100644 --- a/src/libsyntax/fold.rs +++ b/src/libsyntax/fold.rs @@ -859,13 +859,3 @@ impl AstFoldExtensions for @ast_fold { pub fn make_fold(afp: ast_fold_fns) -> @ast_fold { afp as @ast_fold } - -// -// Local Variables: -// mode: rust -// fill-column: 78; -// indent-tabs-mode: nil -// c-basic-offset: 4 -// buffer-file-coding-system: utf-8-unix -// End: -// |
