Skip to content

Commit b5a492e

Browse files
committed
Translate text of println!
1 parent 9934aad commit b5a492e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dropck.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,7 @@ struct Inspector<'a>(&'a u8, &'static str);
351351
352352
unsafe impl<#[may_dangle] 'a> Drop for Inspector<'a> {
353353
fn drop(&mut self) {
354+
// Inspector(_, {}) はいつ調査を*しない*かを知っています。
354355
println!("Inspector(_, {}) knows when *not* to inspect.", self.1);
355356
}
356357
}

0 commit comments

Comments
 (0)