Skip to content

Commit

Permalink
Don't hardcode documentation version for traits
Browse files Browse the repository at this point in the history
  • Loading branch information
vjousse committed Mar 26, 2020
1 parent 700b236 commit 30e6af6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion info.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down

0 comments on commit 30e6af6

Please sign in to comment.