Skip to content

Commit 346ea1c

Browse files
committed
Translate a paragraph
1 parent 99bad50 commit 346ea1c

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
@@ -55,7 +55,11 @@ Send や Sync はまた、自動的に継承されるトレイトです。これ
5555
Sync を実装しています。ほとんどすべてのプリミティブ型は Send や Sync を実装しています。
5656
そして結果的に、あなたが扱うかなり多くの型は、 Send や Sync を実装しています。
5757

58+
<!--
5859
Major exceptions include:
60+
-->
61+
62+
これの主な例外には、このようなものがあります。
5963

6064
* raw pointers are neither Send nor Sync (because they have no safety guards).
6165
* `UnsafeCell` isn't Sync (and therefore `Cell` and `RefCell` aren't).

0 commit comments

Comments
 (0)