mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-01 04:27:38 +00:00
correct long line
This commit is contained in:
parent
7512284a94
commit
5cd6bb1ed3
@ -13,11 +13,11 @@ built-in types and runtime services, or that is used in nearly every
|
|||||||
non-trivial program.
|
non-trivial program.
|
||||||
|
|
||||||
`core` includes modules corresponding to each of the integer types, each of
|
`core` includes modules corresponding to each of the integer types, each of
|
||||||
the floating point types, the `bool` type, tuples, characters, strings, vectors
|
the floating point types, the `bool` type, tuples, characters, strings,
|
||||||
(`vec`), shared boxes (`box`), and unsafe pointers (`ptr`). Additionally,
|
vectors (`vec`), shared boxes (`box`), and unsafe pointers (`ptr`).
|
||||||
`core` provides very commonly used built-in types and operations, concurrency
|
Additionally, `core` provides very commonly used built-in types and
|
||||||
primitives, platform abstractions, I/O, and complete bindings to the C
|
operations, concurrency primitives, platform abstractions, I/O, and complete
|
||||||
standard library.
|
bindings to the C standard library.
|
||||||
|
|
||||||
`core` is linked by default to all crates and the contents imported.
|
`core` is linked by default to all crates and the contents imported.
|
||||||
Implicitly, all crates behave as if they included the following prologue:
|
Implicitly, all crates behave as if they included the following prologue:
|
||||||
|
Loading…
Reference in New Issue
Block a user