core: Write docs that format correctly in markdown or pandoc
This commit is contained in:
parent
3239f81898
commit
93e9600a94
@ -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."
|
||||
)];
|
||||
|
Loading…
Reference in New Issue
Block a user