summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlyn <819880950@qq.com>2019-03-06 22:01:45 +0100
committerlyn <819880950@qq.com>2019-03-06 22:01:45 +0100
commit9144c816bfad5e63cf687f27aa71cb1eb7c88201 (patch)
treec8e2975e4de7813b4079cb2fdfd492ca1b45a6ff
parent999601d828e04b1838cbe284a8a4b74f6134c2be (diff)
remove obsolete paragraph on `--test` flag
-rw-r--r--README.md6
1 files changed, 0 insertions, 6 deletions
diff --git a/README.md b/README.md
index 1ed4a08..ff3e092 100644
--- a/README.md
+++ b/README.md
@@ -68,12 +68,6 @@ In case you want to go by your own order, or want to only verify a single exerci
rustlings run exercises/path/to/exercise.rs
```
-Or if it's a `#[test]`:
-
-```bash
-rustlings run --test exercises/path/to/exercise_with_test.rs
-```
-
In case you get stuck, there is usually a hint at the bottom of each exercise.
## Testing yourself