Skip to content

Commit 9d5feff

Browse files
committed
ci: generate pages at 6782c42 [ci skip]
1 parent 6782c42 commit 9d5feff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/appendix-07-nightly-rust.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ <h3 id="rustupとrustナイトリの役目"><a class="header" href="#rustupとru
426426
そうするためには、そのプロジェクトのディレクトリで<code>rustup override</code>を使用して、そのディレクトリにいる時に、
427427
<code>rustup</code>が使用するべきツールチェーンとしてナイトリ版のものをセットします。</p>
428428
<pre><code class="language-text">$ cd ~/projects/needs-nightly
429-
$ rustup override add nightly
429+
$ rustup override set nightly
430430
</code></pre>
431431
<!--
432432
Now, every time you call `rustc` or `cargo` inside of

docs/print.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43916,7 +43916,7 @@ <h3 id="rustupとrustナイトリの役目"><a class="header" href="#rustupとru
4391643916
そうするためには、そのプロジェクトのディレクトリで<code>rustup override</code>を使用して、そのディレクトリにいる時に、
4391743917
<code>rustup</code>が使用するべきツールチェーンとしてナイトリ版のものをセットします。</p>
4391843918
<pre><code class="language-text">$ cd ~/projects/needs-nightly
43919-
$ rustup override add nightly
43919+
$ rustup override set nightly
4392043920
</code></pre>
4392143921
<!--
4392243922
Now, every time you call `rustc` or `cargo` inside of

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)