mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-14 08:27:17 +00:00
Don't hardcode documentation version for traits
This commit is contained in:
parent
700b236f4d
commit
30e6af6069
1 changed files with 1 additions and 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]]
|
||||
|
|
Loading…
Reference in a new issue