core: Write docs that format correctly in markdown or pandoc

This commit is contained in:
Brian Anderson 2012-01-23 17:11:01 -08:00
parent 3239f81898
commit 93e9600a94
1 changed files with 2 additions and 4 deletions

View File

@ -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."
)];