Skip to content

Commit 30e6af6

Browse files
committed
Don't hardcode documentation version for traits
1 parent 700b236 commit 30e6af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ path = "exercises/traits/traits1.rs"
610610
mode = "test"
611611
hint = """
612612
A discussion about Traits in Rust can be found at:
613-
https://doc.rust-lang.org/1.30.0/book/second-edition/ch10-02-traits.html
613+
https://doc.rust-lang.org/book/ch10-02-traits.html
614614
"""
615615

616616
[[exercises]]

0 commit comments

Comments
 (0)