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.
[#derive]
#[derive]
1 parent a926127 commit 20affcfCopy full SHA for 20affcf
src/trait/derive.md
@@ -8,7 +8,7 @@ The compiler is capable of providing basic implementations for some traits via
8
the `#[derive]` [attribute][attribute]. These traits can still be
9
manually implemented if a more complex behavior is required.
10
-->
11
-コンパイラには、`[#derive]`[アトリビュート][attribute]を用いることで型に対して特定のトレイトの標準的な実装を提供する機能があります。より複雑なことを行わせたい場合には、同名のトレイトを手動で実装することも可能です。
+コンパイラには、`#[derive]`[アトリビュート][attribute]を用いることで型に対して特定のトレイトの標準的な実装を提供する機能があります。より複雑なことを行わせたい場合には、同名のトレイトを手動で実装することも可能です。
12
13
<!--
14
The following is a list of derivable traits:
0 commit comments