From 8560bac8e628d2458de21d8ca65aa53568d72435 Mon Sep 17 00:00:00 2001 From: mo8it Date: Sat, 1 Aug 2026 14:46:13 +0200 Subject: [PATCH] Don't require checking that an exercise runs --- CONTRIBUTING.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7b684d39..b1a642ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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. - 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. -- Make sure your exercise runs with `rustlings run yourTopicN`. - [Open a pull request](#pull-requests). ### Exercise Metadata