mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-06 01:53:30 +02:00
remove obsolete paragraph on --test flag
This commit is contained in:
@@ -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
|
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.
|
In case you get stuck, there is usually a hint at the bottom of each exercise.
|
||||||
|
|
||||||
## Testing yourself
|
## Testing yourself
|
||||||
|
|||||||
Reference in New Issue
Block a user