Skip to content

Commit 39ed082

Browse files
committed
ci: generate pages at 29cb839 [ci skip]
1 parent 29cb839 commit 39ed082

File tree

4 files changed

+20
-24
lines changed

4 files changed

+20
-24
lines changed

docs/ch01-02-hello-world.html

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -310,17 +310,15 @@ <h3 id="rustプログラムの解剖"><a class="header" href="#rustプログラ
310310
<p>また、関数の本体が波括弧(<code>{}</code>)に包まれていることにも注目してください。Rustでは、全ての関数本体の周りにこれらが必要になります。
311311
スペースを1つあけて、開き波括弧を関数宣言と同じ行に配置するのがいいスタイルです。</p>
312312
<!--
313-
At the time of this writing, an automatic formatter tool called `rustfmt` is
314-
under development. If you want to stick to a standard style across Rust
315-
projects, `rustfmt` will format your code in a particular style. The Rust team
316-
plans to eventually include this tool with the standard Rust distribution, like
317-
`rustc`. So depending on when you read this book, it might already be installed
318-
on your computer! Check the online documentation for more details.
319-
-->
320-
<p>これを執筆している時点では、<code>rustfmt</code>と呼ばれる自動整形ツールは開発中です。複数のRustプロジェクトに渡って、
321-
標準的なスタイルに固執したいなら、<code>rustfmt</code>は特定のスタイルにコードを整形してくれます。Rustチームは、
322-
最終的に<code>rustc</code>のように標準的なRustの配布にこのツールを含むことを計画しています。従って、この本を読んだ時期によっては、
323-
既にコンピュータにインストールされている可能性もあります!詳細は、オンラインのドキュメンテーションを確認してください。</p>
313+
If you want to stick to a standard style across Rust projects, you can use an
314+
automatic formatter tool called `rustfmt` to format your code in a particular
315+
style. The Rust team has included this tool with the standard Rust distribution,
316+
like `rustc`, so it should already be installed on your computer! Check the
317+
online documentation for more details.
318+
-->
319+
<p>複数のRustプロジェクトに渡って標準的なスタイルにこだわりたいなら、<code>rustfmt</code>を使うことでコードを決まったスタイルに整形できるでしょう。
320+
Rustチームは、<code>rustc</code>のように標準的なRustの配布にこのツールを含んでいるため、既にコンピューターにインストールされているはずです!
321+
詳細は、オンラインのドキュメンテーションを確認してください。</p>
324322
<!--
325323
Inside the `main` function is the following code:
326324
-->

docs/print.html

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -967,17 +967,15 @@ <h3 id="rustプログラムの解剖"><a class="header" href="#rustプログラ
967967
<p>また、関数の本体が波括弧(<code>{}</code>)に包まれていることにも注目してください。Rustでは、全ての関数本体の周りにこれらが必要になります。
968968
スペースを1つあけて、開き波括弧を関数宣言と同じ行に配置するのがいいスタイルです。</p>
969969
<!--
970-
At the time of this writing, an automatic formatter tool called `rustfmt` is
971-
under development. If you want to stick to a standard style across Rust
972-
projects, `rustfmt` will format your code in a particular style. The Rust team
973-
plans to eventually include this tool with the standard Rust distribution, like
974-
`rustc`. So depending on when you read this book, it might already be installed
975-
on your computer! Check the online documentation for more details.
976-
-->
977-
<p>これを執筆している時点では、<code>rustfmt</code>と呼ばれる自動整形ツールは開発中です。複数のRustプロジェクトに渡って、
978-
標準的なスタイルに固執したいなら、<code>rustfmt</code>は特定のスタイルにコードを整形してくれます。Rustチームは、
979-
最終的に<code>rustc</code>のように標準的なRustの配布にこのツールを含むことを計画しています。従って、この本を読んだ時期によっては、
980-
既にコンピュータにインストールされている可能性もあります!詳細は、オンラインのドキュメンテーションを確認してください。</p>
970+
If you want to stick to a standard style across Rust projects, you can use an
971+
automatic formatter tool called `rustfmt` to format your code in a particular
972+
style. The Rust team has included this tool with the standard Rust distribution,
973+
like `rustc`, so it should already be installed on your computer! Check the
974+
online documentation for more details.
975+
-->
976+
<p>複数のRustプロジェクトに渡って標準的なスタイルにこだわりたいなら、<code>rustfmt</code>を使うことでコードを決まったスタイルに整形できるでしょう。
977+
Rustチームは、<code>rustc</code>のように標準的なRustの配布にこのツールを含んでいるため、既にコンピューターにインストールされているはずです!
978+
詳細は、オンラインのドキュメンテーションを確認してください。</p>
981979
<!--
982980
Inside the `main` function is the following code:
983981
-->

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)