Skip to content

Commit 199459f

Browse files
committed
---
yaml --- r: 15826 b: refs/heads/try c: 5cd6bb1 h: refs/heads/master v: v3
1 parent 767d220 commit 199459f

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
@@ -2,5 +2,5 @@
22
refs/heads/master: 61b1875c16de39c166b0f4d54bba19f9c6777d1a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5-
refs/heads/try: 7512284a94b3c06a8c27466aa0d142b7b27f5a8b
5+
refs/heads/try: 5cd6bb1ed34f759ae7222684967668e185b0e12c
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105

branches/try/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)