Skip to content

Commit cc5f126

Browse files
committed
---
yaml --- r: 23970 b: refs/heads/master c: 7852529 h: refs/heads/master v: v3
1 parent 1063dd6 commit cc5f126

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
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: 5e5b10730653b2a1c9103e2761081a33547d079d
2+
refs/heads/master: 78525299d5ca7344242c061a130c9806a385bd5b
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be

trunk/doc/tutorial.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,10 +1010,6 @@ uniquely-owned boxes allocated on the exchange heap, and `&T`, for
10101010
borrowed pointers, which may point to any memory, and whose lifetimes
10111011
are governed by the call stack.
10121012

1013-
Rust also has an unsafe pointer, written `*T`, which is a completely
1014-
unchecked pointer type only used in unsafe code (and thus, in typical
1015-
Rust code, very rarely).
1016-
10171013
All pointer types can be dereferenced with the `*` unary operator.
10181014

10191015
## Shared boxes

0 commit comments

Comments
 (0)