about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2012-01-23 17:11:01 -0800
committerBrian Anderson <banderson@mozilla.com>2012-01-23 17:11:01 -0800
commit93e9600a94ab516b090a8e90233ec0694a9b3b23 (patch)
tree0e52cad5a5c3ecfa728301c83486d7cc5bc8a18e
parent3239f8189888e09a4a54aec4834a2a215176a022 (diff)
downloadrust-93e9600a94ab516b090a8e90233ec0694a9b3b23.tar.gz
rust-93e9600a94ab516b090a8e90233ec0694a9b3b23.zip
core: Write docs that format correctly in markdown or pandoc
-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."
 )];