From 93e9600a94ab516b090a8e90233ec0694a9b3b23 Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Mon, 23 Jan 2012 17:11:01 -0800 Subject: [PATCH] core: Write docs that format correctly in markdown or pandoc --- src/libcore/core.rc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/libcore/core.rc b/src/libcore/core.rc index 4346a60f5df0..534aeee9ee86 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." )];