about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/libcore/core.rc6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/libcore/core.rc b/src/libcore/core.rc
index 4346a60f5df..534aeee9ee8 100644
--- a/src/libcore/core.rc
+++ b/src/libcore/core.rc
@@ -17,10 +17,8 @@ non-trivial program.
 It is linked by default to all crates and the contents imported. The effect is
 as though the user had written the following:
 
-~~~
-use core;
-import core::*;
-~~~
+    use core;
+    import core::*;
 
 This behavior can be disabled with the `--no-core` compiler flag."
 )];