diff options
| author | fmoko <mokou@posteo.de> | 2020-03-26 21:16:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-26 21:16:52 +0100 |
| commit | 9dc404077a4d20e8c737246f27287f7a13d6aac9 (patch) | |
| tree | c70c218f940f89256f4c3e40d019610f818afb2e /info.toml | |
| parent | 700b236f4d253e5f301423f652be30f032bafd33 (diff) | |
| parent | 30e6af60690c326fb5d3a9b7335f35c69c09137d (diff) | |
Merge pull request #288 from vjousse/fix-traits-doc
chore(TRAITS1): don't hardcode documentation version
Diffstat (limited to 'info.toml')
| -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]] |
