From 60879dfd585326970e463ab091c479350935295c Mon Sep 17 00:00:00 2001 From: Calvin Brown <cab025@protonmail.com> Date: Sun, 15 Nov 2020 09:10:50 -0600 Subject: [PATCH] Fix help docs for primitive types 4 --- info.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info.toml b/info.toml index ee4ab2f..aca728c 100644 --- a/info.toml +++ b/info.toml @@ -193,8 +193,8 @@ that you want to end up in the slice. If you're curious why the first argument of `assert_eq!` does not have an ampersand for a reference since the second argument is a -reference, take a look at the Deref coercions section of the book: -https://doc.rust-lang.org/book/ch15-02-deref.html""" +reference, take a look at the Unsize docs: +https://doc.rust-lang.org/std/marker/trait.Unsize.html""" [[exercises]] name = "primitive_types5"