diff options
| author | Vincent Jousse <vincent@jousse.org> | 2020-03-26 15:22:22 +0100 |
|---|---|---|
| committer | Vincent Jousse <vincent@jousse.org> | 2020-03-26 15:22:22 +0100 |
| commit | 30e6af60690c326fb5d3a9b7335f35c69c09137d (patch) | |
| tree | c70c218f940f89256f4c3e40d019610f818afb2e | |
| parent | 700b236f4d253e5f301423f652be30f032bafd33 (diff) | |
Don't hardcode documentation version for traits
| -rw-r--r-- | info.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]] |
