Skip to content

Commit 88827b5

Browse files
committed
---
yaml --- r: 12820 b: refs/heads/master c: 5cd6bb1 h: refs/heads/master v: v3
1 parent 76cb313 commit 88827b5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 7512284a94b3c06a8c27466aa0d142b7b27f5a8b
2+
refs/heads/master: 5cd6bb1ed34f759ae7222684967668e185b0e12c
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/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)