Skip to content

Commit 93e9600

Browse files
committed
core: Write docs that format correctly in markdown or pandoc
1 parent 3239f81 commit 93e9600

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/libcore/core.rc

+2-4
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@ non-trivial program.
1717
It is linked by default to all crates and the contents imported. The effect is
1818
as though the user had written the following:
1919

20-
~~~
21-
use core;
22-
import core::*;
23-
~~~
20+
use core;
21+
import core::*;
2422

2523
This behavior can be disabled with the `--no-core` compiler flag."
2624
)];

0 commit comments

Comments
 (0)