about summary refs log tree commit diff
path: root/src/libstd/std.rc
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/libstd/std.rc
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/libstd/std.rc')
-rw-r--r--src/libstd/std.rc8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libstd/std.rc b/src/libstd/std.rc
index 0a5348d7976..ea099090eba 100644
--- a/src/libstd/std.rc
+++ b/src/libstd/std.rc
@@ -121,11 +121,3 @@ pub mod std {
     pub use serialize;
     pub use test;
 }
-
-// Local Variables:
-// mode: rust;
-// fill-column: 78;
-// indent-tabs-mode: nil
-// c-basic-offset: 4
-// buffer-file-coding-system: utf-8-unix
-// End: