Skip to content

Commit f6ebb45

Browse files
committed
Translate a paragraph
1 parent 1ad10bd commit f6ebb45

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/dropck.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,9 +200,14 @@ sound to drop.
200200
この規則に従うことは十分条件ですが、健全であるためには不必要です。
201201
つまり、もし型がこの規則に則っている場合、その型は疑いなく安全にドロップできます。
202202

203+
<!--
203204
The reason that it is not always necessary to satisfy the above rule
204205
is that some Drop implementations will not access borrowed data even
205206
though their type gives them the capability for such access.
207+
-->
208+
209+
この規則を必ずしも満足させる必要がない理由は、借用されたデータにアクセス
210+
できるにも関わらず、データにアクセスしない Drop の実装が存在するからです。
206211

207212
For example, this variant of the above `Inspector` example will never
208213
access borrowed data:

0 commit comments

Comments
 (0)