Skip to content

Commit f275796

Browse files
committed
Translate a paragraph
1 parent fda7498 commit f275796

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/send-and-sync.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,11 @@ example of a type that contains a `*mut` that is definitely not thread safe.
101101
Rc の場合においては、 `*mut` を含んでいる型が絶対にスレッドセーフではない、ということに関する
102102
素晴らしい例があります。
103103

104+
<!--
104105
Types that aren't automatically derived can simply implement them if desired:
106+
-->
107+
108+
自動的に継承されない型に関しても、必要ならば単純に実装することが可能です。
105109

106110
```rust
107111
struct MyBox(*mut u8);

0 commit comments

Comments
 (0)