1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-26 18:51:00 +02:00

Let user know they can modify the tests, but do not need to. (#401)

This commit is contained in:
Charisee Chiw
2023-02-14 12:28:22 -08:00
committed by GitHub
parent c06709838f
commit 2436560e40

View File

@ -43,7 +43,7 @@ fn main() {}
<details>
Since the method signatures are missing from the problem statements, the key part
of the exercise is to specify those correctly. Do not modify any of the tests.
of the exercise is to specify those correctly. You don't have to modify the tests.
Other interesting parts of the exercise: