From 51b642ac4dd33dddf60def1e1a4ebb7842032f33 Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Sat, 13 Jul 2019 20:09:05 -0600 Subject: [PATCH] Update with latest changes from master. --- show_notes/news/rust_1_28/index.html | 2 +- src/show_notes/news/rust_1_28.rs.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/show_notes/news/rust_1_28/index.html b/show_notes/news/rust_1_28/index.html index 4d4b4d3c..79b32c91 100644 --- a/show_notes/news/rust_1_28/index.html +++ b/show_notes/news/rust_1_28/index.html @@ -14,7 +14,7 @@

Show Notes<
  • Rust 1.28:
  • wee_alloc: diff --git a/src/show_notes/news/rust_1_28.rs.html b/src/show_notes/news/rust_1_28.rs.html index 553dd779..ace127d5 100644 --- a/src/show_notes/news/rust_1_28.rs.html +++ b/src/show_notes/news/rust_1_28.rs.html @@ -230,7 +230,7 @@ //! - [Gutenberg] //! //! [blog post]: https://blog.rust-lang.org/2018/08/02/Rust-1.28.html -//! [release notes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1280-2018-08-02 +//! [release notes]: https://github.com/rust-lang/rust/blob/1.28.0/RELEASES.md //! [repository]: https://github.com/rustwasm/wee_alloc //! [wee bp]: http://fitzgeraldnick.com/2018/02/09/wee-alloc.html //! [rustfmt RC]: https://www.ncameron.org/blog/rustfmt-1-rc/