We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0277823 commit a2ed7f3Copy full SHA for a2ed7f3
1.6/ja/book/traits.md
@@ -553,7 +553,7 @@ error: the trait `main::Foo` is not implemented for the type `main::Baz` [E0277]
553
```
554
555
<!-- # Deriving -->
556
-# 導出
+# Derive
557
558
<!-- Implementing traits like `Debug` and `Default` repeatedly can become
559
quite tedious. For that reason, Rust provides an [attribute][attributes] that
@@ -572,7 +572,7 @@ fn main() {
572
[attributes]: attributes.html
573
574
<!-- However, deriving is limited to a certain set of traits: -->
575
-ただし、導出は以下の特定のトレイトに制限されています。
+ただし、deriveは以下の特定のトレイトに制限されています。
576
577
- [`Clone`](../core/clone/trait.Clone.html)
578
- [`Copy`](../core/marker/trait.Copy.html)
0 commit comments