Skip to content

Commit

Permalink
Update with latest changes from master.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Jul 14, 2019
1 parent 19e934e commit 51b642a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion show_notes/news/rust_1_28/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h2 id="show-notes" class="section-header"><a href="#show-notes">Show Notes</a><
<li>Rust 1.28:
<ul>
<li><a href="https://blog.rust-lang.org/2018/08/02/Rust-1.28.html">blog post</a></li>
<li><a href="https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1280-2018-08-02">release notes</a></li>
<li><a href="https://github.com/rust-lang/rust/blob/1.28.0/RELEASES.md">release notes</a></li>
</ul>
</li>
<li><code>wee_alloc</code>:
Expand Down
2 changes: 1 addition & 1 deletion src/show_notes/news/rust_1_28.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
<span class="doccomment">//! - [Gutenberg]</span>
<span class="doccomment">//!</span>
<span class="doccomment">//! [blog post]: https://blog.rust-lang.org/2018/08/02/Rust-1.28.html</span>
<span class="doccomment">//! [release notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1280-2018-08-02</span>
<span class="doccomment">//! [release notes]: https://github.com/rust-lang/rust/blob/1.28.0/RELEASES.md</span>
<span class="doccomment">//! [repository]: https://github.com/rustwasm/wee_alloc</span>
<span class="doccomment">//! [wee bp]: http://fitzgeraldnick.com/2018/02/09/wee-alloc.html</span>
<span class="doccomment">//! [rustfmt RC]: https://www.ncameron.org/blog/rustfmt-1-rc/</span>
Expand Down

0 comments on commit 51b642a

Please sign in to comment.