Skip to content

Commit 8560bac

Browse files
committed
Don't require checking that an exercise runs
1 parent 9065860 commit 8560bac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ When updating an exercise, check if its solution needs to be updated.
4141
- In the exercise, add a `// TODO: …` comment where user changes are required.
4242
- Add a solution at `solutions/yourTopic/yourTopicN.rs` with comments explaining it.
4343
- Add the [metadata for your exercise](#exercise-metadata) in the `rustlings-macros/info.toml` file.
44-
- Make sure your exercise runs with `rustlings run yourTopicN`.
4544
- [Open a pull request](#pull-requests).
4645

4746
### Exercise Metadata

0 commit comments

Comments
 (0)