Skip to content

Commit

Permalink
rebuild pages at 4de2b79
Browse files Browse the repository at this point in the history
  • Loading branch information
steveklabnik committed Dec 7, 2018
1 parent f580b5a commit a36faef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h1 class="menu-title">The Edition Guide</h1>
#}</code></pre></pre>
<p>It's re-written our code to introduce a parameter name for that trait object.
In this case, since it had no name, <code>cargo fix</code> will replace it with <code>_</code>,
which is conventional for unusued variables.</p>
which is conventional for unused variables.</p>
<p><code>cargo fix</code> is still pretty new, and so it can't always fix your code automatically.
If <code>cargo fix</code> can't fix something, it will print the warning that it cannot fix
to the console. If you see one of these warnings, you'll have to update your code
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ <h1 class="menu-title">The Edition Guide</h1>
#}</code></pre></pre>
<p>It's re-written our code to introduce a parameter name for that trait object.
In this case, since it had no name, <code>cargo fix</code> will replace it with <code>_</code>,
which is conventional for unusued variables.</p>
which is conventional for unused variables.</p>
<p><code>cargo fix</code> is still pretty new, and so it can't always fix your code automatically.
If <code>cargo fix</code> can't fix something, it will print the warning that it cannot fix
to the console. If you see one of these warnings, you'll have to update your code
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit a36faef

Please sign in to comment.