Skip to content

Commit 9144c81

Browse files
committed
remove obsolete paragraph on --test flag
1 parent 999601d commit 9144c81

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ In case you want to go by your own order, or want to only verify a single exerci
6868
rustlings run exercises/path/to/exercise.rs
6969
```
7070

71-
Or if it's a `#[test]`:
72-
73-
```bash
74-
rustlings run --test exercises/path/to/exercise_with_test.rs
75-
```
76-
7771
In case you get stuck, there is usually a hint at the bottom of each exercise.
7872

7973
## Testing yourself

0 commit comments

Comments
 (0)