about summary refs log tree commit diff
path: root/src/libstd/dbg.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstd/dbg.rs')
-rw-r--r--src/libstd/dbg.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libstd/dbg.rs b/src/libstd/dbg.rs
index 34dd6390ecc..4b2d2a60a68 100644
--- a/src/libstd/dbg.rs
+++ b/src/libstd/dbg.rs
@@ -76,11 +76,3 @@ fn test_breakpoint_should_not_abort_process_when_not_under_gdb() {
     // the process under normal circumstances
     breakpoint();
 }
-
-// Local Variables:
-// mode: rust;
-// fill-column: 78;
-// indent-tabs-mode: nil
-// c-basic-offset: 4
-// buffer-file-coding-system: utf-8-unix
-// End: