Skip to content

Commit

Permalink
ci: generate pages at e496f39 [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
bn-e committed May 15, 2022
1 parent e496f39 commit d2572a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/ch03-05-control-flow.html
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ <h4 id="let文内でif式を使う"><a class="header" href="#let文内でif式
find the problem in the program:
-->
<p>このコードをコンパイルしようとすると、エラーになります。<code>if</code><code>else</code>アームは互換性のない値の型になり、
コンパイラがプログラム内で問題の見つかった箇所をスバリ指摘してくれます:</p>
コンパイラがプログラム内で問題の見つかった箇所をズバリ指摘してくれます:</p>
<pre><code class="language-console">$ cargo run
Compiling branches v0.1.0 (file:///projects/branches)
error[E0308]: `if` and `else` have incompatible types
Expand Down
2 changes: 1 addition & 1 deletion docs/print.html
Original file line number Diff line number Diff line change
Expand Up @@ -5075,7 +5075,7 @@ <h4 id="let文内でif式を使う"><a class="header" href="#let文内でif式
find the problem in the program:
-->
<p>このコードをコンパイルしようとすると、エラーになります。<code>if</code>と<code>else</code>アームは互換性のない値の型になり、
コンパイラがプログラム内で問題の見つかった箇所をスバリ指摘してくれます:</p>
コンパイラがプログラム内で問題の見つかった箇所をズバリ指摘してくれます:</p>
<pre><code class="language-console">$ cargo run
Compiling branches v0.1.0 (file:///projects/branches)
error[E0308]: `if` and `else` have incompatible types
Expand Down
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/searchindex.json

Large diffs are not rendered by default.

0 comments on commit d2572a7

Please sign in to comment.