Skip to content

Commit da2746a

Browse files
committed
ci: generate pages at cd754d9 [ci skip]
1 parent cd754d9 commit da2746a

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/ch19-06-macros.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ <h2><a class="header" href="#マクロ" id="マクロ">マクロ</a></h2>
199199
We’ll talk about each of these in turn, but first, let’s look at why we even
200200
need macros when we already have functions.
201201
-->
202-
<p>それぞれについて一つづつ話していきますが、その前にまず、どうして関数がすでにあるのにマクロなんてものが必要なのか見てみましょう。</p>
202+
<p>それぞれについて一つずつ話していきますが、その前にまず、どうして関数がすでにあるのにマクロなんてものが必要なのか見てみましょう。</p>
203203
<!--
204204
### The Difference Between Macros and Functions
205205
-->
@@ -817,7 +817,7 @@ <h3><a class="header" href="#カスタムのderive-マクロの書き方" id="
817817
`HelloMacro` trait on the annotated type, as shown in Listing 19-33.
818818
-->
819819
<p>今や、<code>TokenStream</code>からの注釈されたRustコードを<code>DeriveInput</code>インスタンスに変換するコードができたので、
820-
Listin 19-33のように、注釈された型に<code>HelloMacro</code>トレイトを実装するコードを生成しましょう:</p>
820+
Listing 19-33のように、注釈された型に<code>HelloMacro</code>トレイトを実装するコードを生成しましょう:</p>
821821
<!--
822822
<span class="filename">Filename: hello_macro_derive/src/lib.rs</span>
823823
-->

docs/print.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38196,7 +38196,7 @@ <h2><a class="header" href="#マクロ" id="マクロ">マクロ</a></h2>
3819638196
We’ll talk about each of these in turn, but first, let’s look at why we even
3819738197
need macros when we already have functions.
3819838198
-->
38199-
<p>それぞれについて一つづつ話していきますが、その前にまず、どうして関数がすでにあるのにマクロなんてものが必要なのか見てみましょう。</p>
38199+
<p>それぞれについて一つずつ話していきますが、その前にまず、どうして関数がすでにあるのにマクロなんてものが必要なのか見てみましょう。</p>
3820038200
<!--
3820138201
### The Difference Between Macros and Functions
3820238202
-->
@@ -38814,7 +38814,7 @@ <h3><a class="header" href="#カスタムのderive-マクロの書き方" id="
3881438814
`HelloMacro` trait on the annotated type, as shown in Listing 19-33.
3881538815
-->
3881638816
<p>今や、<code>TokenStream</code>からの注釈されたRustコードを<code>DeriveInput</code>インスタンスに変換するコードができたので、
38817-
Listin 19-33のように、注釈された型に<code>HelloMacro</code>トレイトを実装するコードを生成しましょう:</p>
38817+
Listing 19-33のように、注釈された型に<code>HelloMacro</code>トレイトを実装するコードを生成しましょう:</p>
3881838818
<!--
3881938819
<span class="filename">Filename: hello_macro_derive/src/lib.rs</span>
3882038820
-->

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.

0 commit comments

Comments
 (0)