diff --git a/courses/rust/projects/project-1/README.md b/courses/rust/projects/project-1/README.md index 81f05946e..43741c40e 100644 --- a/courses/rust/projects/project-1/README.md +++ b/courses/rust/projects/project-1/README.md @@ -279,7 +279,7 @@ to reading test cases. And, bonus — test cases are often the poorest-written code in any project, sloppy and undocumented. -Again, try to run the tests with `cargo test`. What happens? Why? +Again, try to run the tests with `cargo test`. What happens? Why?(Tips: Use USA lines to update , China line and Singapore line very very slow) In `src/lib.rs` write the type and method definitions necessary to make `cargo test --no-run` complete successfully. Don't write any method bodies yet —