Skip to content

Commit 5cd6bb1

Browse files
committed
correct long line
1 parent 7512284 commit 5cd6bb1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/libcore/core.rc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ built-in types and runtime services, or that is used in nearly every
1313
non-trivial program.
1414

1515
`core` includes modules corresponding to each of the integer types, each of
16-
the floating point types, the `bool` type, tuples, characters, strings, vectors
17-
(`vec`), shared boxes (`box`), and unsafe pointers (`ptr`). Additionally,
18-
`core` provides very commonly used built-in types and operations, concurrency
19-
primitives, platform abstractions, I/O, and complete bindings to the C
20-
standard library.
16+
the floating point types, the `bool` type, tuples, characters, strings,
17+
vectors (`vec`), shared boxes (`box`), and unsafe pointers (`ptr`).
18+
Additionally, `core` provides very commonly used built-in types and
19+
operations, concurrency primitives, platform abstractions, I/O, and complete
20+
bindings to the C standard library.
2121

2222
`core` is linked by default to all crates and the contents imported.
2323
Implicitly, all crates behave as if they included the following prologue:

0 commit comments

Comments
 (0)