Skip to content

Commit 4f10da0

Browse files
committed
Translate a paragraph
1 parent 39d6586 commit 4f10da0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/phantom-data.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,13 @@ struct Vec<T> {
139139
}
140140
```
141141

142+
<!--
142143
Raw pointers that own an allocation is such a pervasive pattern that the
143144
standard library made a utility for itself called `Unique<T>` which:
145+
-->
146+
147+
アロケーションを持つ生ポインタは普及しているパターンですので、
148+
標準ライブラリが以下の機能を持つ、 `Unique<T>` と呼ばれるユーティリティを作りました。
144149

145150
* wraps a `*const T` for variance
146151
* includes a `PhantomData<T>`

0 commit comments

Comments
 (0)