Skip to content

Commit 4501c55

Browse files
committed
ci: generate pages at fd65e3c [ci skip]
1 parent fd65e3c commit 4501c55

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

docs/conversion.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,10 @@ <h1 class="menu-title">Rust By Example 日本語版</h1>
149149
# Conversion
150150
-->
151151
<h1 id="型変換"><a class="header" href="#型変換">型変換</a></h1>
152-
<p>Primitive types can be converted to each other through <a href="types/cast.html">casting</a>.</p>
152+
<!--
153+
Primitive types can be converted to each other through [casting].
154+
-->
155+
<p>プリミティブ型同士は<a href="types/cast.html">キャスティング</a>を用いて変換できます。</p>
153156
<!--
154157
Rust addresses conversion between custom types (i.e., `struct` and `enum`)
155158
by the use of [traits]. The generic

docs/print.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2490,7 +2490,10 @@ <h3 id="参照-12"><a class="header" href="#参照-12">参照</a></h3>
24902490
# Conversion
24912491
-->
24922492
<h1 id="型変換"><a class="header" href="#型変換">型変換</a></h1>
2493-
<p>Primitive types can be converted to each other through <a href="types/cast.html">casting</a>.</p>
2493+
<!--
2494+
Primitive types can be converted to each other through [casting].
2495+
-->
2496+
<p>プリミティブ型同士は<a href="types/cast.html">キャスティング</a>を用いて変換できます。</p>
24942497
<!--
24952498
Rust addresses conversion between custom types (i.e., `struct` and `enum`)
24962499
by the use of [traits]. The generic

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)