mirror of
https://github.com/rust-lang/rustlings.git
synced 2026-08-14 22:36:57 +00:00
Don't require checking that an exercise runs
This commit is contained in:
parent
9065860390
commit
8560bac8e6
@ -41,7 +41,6 @@ When updating an exercise, check if its solution needs to be updated.
|
|||||||
- In the exercise, add a `// TODO: …` comment where user changes are required.
|
- In the exercise, add a `// TODO: …` comment where user changes are required.
|
||||||
- Add a solution at `solutions/yourTopic/yourTopicN.rs` with comments explaining it.
|
- Add a solution at `solutions/yourTopic/yourTopicN.rs` with comments explaining it.
|
||||||
- Add the [metadata for your exercise](#exercise-metadata) in the `rustlings-macros/info.toml` file.
|
- Add the [metadata for your exercise](#exercise-metadata) in the `rustlings-macros/info.toml` file.
|
||||||
- Make sure your exercise runs with `rustlings run yourTopicN`.
|
|
||||||
- [Open a pull request](#pull-requests).
|
- [Open a pull request](#pull-requests).
|
||||||
|
|
||||||
### Exercise Metadata
|
### Exercise Metadata
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user