Skip to content

Commit 7df34b8

Browse files
committed
Translate a paragraph
1 parent e9bb182 commit 7df34b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/send-and-sync.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,13 @@ unsafe impl Send for MyBox {}
114114
unsafe impl Sync for MyBox {}
115115
```
116116

117+
<!--
117118
In the *incredibly rare* case that a type is inappropriately automatically
118119
derived to be Send or Sync, then one can also unimplement Send and Sync:
120+
-->
121+
122+
*驚くほどに稀*な場合ですが、 Send や Sync が不適切かつ自動的に継承されてしまう
123+
場合があります。このような場合、 Send や Sync の実装を取り払うことも可能です。
119124

120125
```rust
121126
#![feature(optin_builtin_traits)]

0 commit comments

Comments
 (0)