Skip to content

Commit aca8096

Browse files
committed
ci: generate pages at 0a4ca83 [ci skip]
1 parent 0a4ca83 commit aca8096

File tree

5 files changed

+6
-4
lines changed

5 files changed

+6
-4
lines changed

docs/macros/variadics.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ <h1 id="可変個引数によるインターフェース"><a class="header" href
166166
(eval $e:expr) =&gt; {
167167
{
168168
let val: usize = $e; // Force types to be integers
169+
// 強制的に型を整数にする
169170
println!(&quot;{} = {}&quot;, stringify!{$e}, val);
170171
}
171172
};

docs/meta/doc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ <h2 id="doc-comments"><a class="header" href="#doc-comments">Doc comments</a></h
172172

173173
impl Person {
174174
/// Returns a person with the name given them
175-
/// 与えられた名前を持つpersonをを返します
175+
/// 与えられた名前を持つpersonを返します
176176
///
177177
/// # Arguments
178178
///

docs/print.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9527,6 +9527,7 @@ <h1 id="可変個引数によるインターフェース"><a class="header" href
95279527
(eval $e:expr) =&gt; {
95289528
{
95299529
let val: usize = $e; // Force types to be integers
9530+
// 強制的に型を整数にする
95309531
println!(&quot;{} = {}&quot;, stringify!{$e}, val);
95319532
}
95329533
};
@@ -14338,7 +14339,7 @@ <h2 id="doc-comments"><a class="header" href="#doc-comments">Doc comments</a></h
1433814339

1433914340
impl Person {
1434014341
/// Returns a person with the name given them
14341-
/// 与えられた名前を持つpersonをを返します
14342+
/// 与えられた名前を持つpersonを返します
1434214343
///
1434314344
/// # Arguments
1434414345
///

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)