wip
This commit is contained in:
parent
4e2d8d8051
commit
24b425567c
@ -13,13 +13,15 @@
|
||||
"The core library provides functionality that is closely tied to \
|
||||
the Rust built-in types and runtime services, or that is used in nearly \
|
||||
every non-trivial program.\
|
||||
\
|
||||
\n\n\
|
||||
The core library 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::*; \
|
||||
\
|
||||
\n\n\
|
||||
~~~\n\
|
||||
use core; \n\
|
||||
import core::*;\n\
|
||||
~~~\n\
|
||||
\n\
|
||||
This behavior can be disabled with the `--no-core` compiler flag."
|
||||
)];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user