From 59fe1e8efab153771ba3ca285f3f00fae83d60f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Thu, 13 Oct 2022 13:46:18 +0200 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 92dde01d1..131b7ad3b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,14 +44,6 @@ You can check out the longer, more complete guideline documentation [here](https ## Development Workflow -### Setup and run - -```bash -cargo run --release -``` - -We recommend using the `--release` flag to test the full performance. - ### Test ```bash