From 30e6af60690c326fb5d3a9b7335f35c69c09137d Mon Sep 17 00:00:00 2001 From: Vincent Jousse Date: Thu, 26 Mar 2020 15:22:22 +0100 Subject: [PATCH] Don't hardcode documentation version for traits --- info.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.toml b/info.toml index 82c22b7..7bd3f79 100644 --- a/info.toml +++ b/info.toml @@ -610,7 +610,7 @@ path = "exercises/traits/traits1.rs" mode = "test" hint = """ A discussion about Traits in Rust can be found at: -https://doc.rust-lang.org/1.30.0/book/second-edition/ch10-02-traits.html +https://doc.rust-lang.org/book/ch10-02-traits.html """ [[exercises]]