From b4924bf72728f6f022daceeb657239ee51d5cde7 Mon Sep 17 00:00:00 2001 From: Aaron Power Date: Fri, 3 Aug 2018 20:54:07 +0100 Subject: [PATCH] Update RELEASES.md --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index 5886e919c36..b243af8751b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -70,7 +70,7 @@ Compatibility Notes [cargo/5831]: https://github.com/rust-lang/cargo/pull/5831/ [`Arc::downcast`]: https://doc.rust-lang.org/std/sync/struct.Arc.html#method.downcast [`Iterator::flatten`]: https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.flatten -[`Rc::downcast`]: https://doc.rust-lang.org/std/sync/struct.Rc.html#method.downcast +[`Rc::downcast`]: https://doc.rust-lang.org/std/rc/struct.Rc.html#method.downcast Version 1.28.0 (2018-08-02)