diff options
| author | delet0r <lucas@humfeldt.de> | 2018-11-27 10:54:01 +0100 |
|---|---|---|
| committer | delet0r <lucas@humfeldt.de> | 2018-11-27 10:54:01 +0100 |
| commit | b0c9b33978ca6ae1eff3658c7c6d0bfe48926d23 (patch) | |
| tree | 02e37627f3554117efcfe514547a1608d6e9cfed /exercises/tests/README.md | |
| parent | 0973e600566baa0071cfd050bdfbf62a3e72b43e (diff) | |
Changed Rust Book versions in links to 2018
Forgot to add changes to last commit.
Diffstat (limited to 'exercises/tests/README.md')
| -rw-r--r-- | exercises/tests/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exercises/tests/README.md b/exercises/tests/README.md index 9919995..8683ba8 100644 --- a/exercises/tests/README.md +++ b/exercises/tests/README.md @@ -1,3 +1,3 @@ Going out of order from the book to cover tests -- many of the following exercises will ask you to make tests pass! -For this exercise check out the section [How to Write Tests](https://doc.rust-lang.org/book/second-edition/ch11-01-writing-tests.html) of the Rust Book.
\ No newline at end of file +For this exercise check out the section [How to Write Tests](https://doc.rust-lang.org/book/2018-edition/ch11-01-writing-tests.html) of the Rust Book.
\ No newline at end of file |
