Skip to content

Commit 41c25f2

Browse files
committed
Translate a paragraph
1 parent 7b68c87 commit 41c25f2

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
@@ -462,9 +462,14 @@ impl<T: fmt::Display> Drop for Inspector<T> {
462462
}
463463
```
464464

465+
<!--
465466
And of course, all of these accesses could be further hidden within
466467
some other method invoked by the destructor, rather than being written
467468
directly within it.
469+
-->
470+
471+
そして勿論、これら全てのアクセスは、何か他のメソッド内に直接書かれるよりも、
472+
デストラクタによって呼び出されたメソッドの内部に更に隠されうる事があります。
468473

469474
In all of the above cases where the `&'a u8` is accessed in the
470475
destructor, adding the `#[may_dangle]`

0 commit comments

Comments
 (0)