Skip to content

Commit 7832ff2

Browse files
committed
ci: generate pages at 982bdd8 [ci skip]
1 parent 982bdd8 commit 7832ff2

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
@@ -11854,7 +11854,7 @@ <h1 id="スレッド"><a class="header" href="#スレッド">スレッド</a></h
1185411854
Rust provides a mechanism for spawning native OS threads via the `spawn`
1185511855
function, the argument of this function is a moving closure.
1185611856
-->
11857-
<p>Rustは<code>spawn</code>関数を用いてOSのネイティブスレッドを開始することができます。この関数の引数はmoveクロージャ(訳注: 参照ではなく値を取るクロージャ。 詳しくは[クロージャを返す関数][fn_output]を参照)です。</p>
11857+
<p>Rustは<code>spawn</code>関数を用いてOSのネイティブスレッドを開始することができます。この関数の引数はmoveクロージャ(訳注: 参照ではなく値を取るクロージャ。 詳しくは<a href="std_misc/../fn/closures/output_parameters.html">クロージャを返す関数</a>を参照)です。</p>
1185811858
<pre><pre class="playground"><code class="language-rust editable edition2021">use std::thread;
1185911859

1186011860
const NTHREADS: u32 = 10;

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/std_misc/threads.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ <h1 id="スレッド"><a class="header" href="#スレッド">スレッド</a></h
153153
Rust provides a mechanism for spawning native OS threads via the `spawn`
154154
function, the argument of this function is a moving closure.
155155
-->
156-
<p>Rustは<code>spawn</code>関数を用いてOSのネイティブスレッドを開始することができます。この関数の引数はmoveクロージャ(訳注: 参照ではなく値を取るクロージャ。 詳しくは[クロージャを返す関数][fn_output]を参照)です。</p>
156+
<p>Rustは<code>spawn</code>関数を用いてOSのネイティブスレッドを開始することができます。この関数の引数はmoveクロージャ(訳注: 参照ではなく値を取るクロージャ。 詳しくは<a href="../fn/closures/output_parameters.html">クロージャを返す関数</a>を参照)です。</p>
157157
<pre><pre class="playground"><code class="language-rust editable edition2021">use std::thread;
158158

159159
const NTHREADS: u32 = 10;

0 commit comments

Comments
 (0)