Skip to content

Commit 1a3cb34

Browse files
committed
ci: generate pages at 875c681 [ci skip]
1 parent 875c681 commit 1a3cb34

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8224,7 +8224,7 @@ <h1 id="導出derive"><a class="header" href="#導出derive">導出(Derive)</a><
82248224
the `#[derive]` [attribute][attribute]. These traits can still be
82258225
manually implemented if a more complex behavior is required.
82268226
-->
8227-
<p>コンパイラには、<code>[#derive]</code><a href="trait/../attribute.html">アトリビュート</a>を用いることで型に対して特定のトレイトの標準的な実装を提供する機能があります。より複雑なことを行わせたい場合には、同名のトレイトを手動で実装することも可能です。</p>
8227+
<p>コンパイラには、<code>#[derive]</code><a href="trait/../attribute.html">アトリビュート</a>を用いることで型に対して特定のトレイトの標準的な実装を提供する機能があります。より複雑なことを行わせたい場合には、同名のトレイトを手動で実装することも可能です。</p>
82288228
<!--
82298229
The following is a list of derivable traits:
82308230
* Comparison traits:

docs/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/searchindex.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/trait/derive.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h1 id="導出derive"><a class="header" href="#導出derive">導出(Derive)</a><
154154
the `#[derive]` [attribute][attribute]. These traits can still be
155155
manually implemented if a more complex behavior is required.
156156
-->
157-
<p>コンパイラには、<code>[#derive]</code><a href="../attribute.html">アトリビュート</a>を用いることで型に対して特定のトレイトの標準的な実装を提供する機能があります。より複雑なことを行わせたい場合には、同名のトレイトを手動で実装することも可能です。</p>
157+
<p>コンパイラには、<code>#[derive]</code><a href="../attribute.html">アトリビュート</a>を用いることで型に対して特定のトレイトの標準的な実装を提供する機能があります。より複雑なことを行わせたい場合には、同名のトレイトを手動で実装することも可能です。</p>
158158
<!--
159159
The following is a list of derivable traits:
160160
* Comparison traits:

0 commit comments

Comments
 (0)