Skip to content

Commit 2ccbcd1

Browse files
committed
Translate a paragraph
1 parent f6ebb45 commit 2ccbcd1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/dropck.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,12 @@ though their type gives them the capability for such access.
209209
この規則を必ずしも満足させる必要がない理由は、借用されたデータにアクセス
210210
できるにも関わらず、データにアクセスしない Drop の実装が存在するからです。
211211

212+
<!--
212213
For example, this variant of the above `Inspector` example will never
213214
access borrowed data:
215+
-->
216+
217+
例えばこの、上記の `Inspector` の変種の例では、借用されたデータにアクセスしません。
214218

215219
```rust,ignore
216220
struct Inspector<'a>(&'a u8, &'static str);

0 commit comments

Comments
 (0)