From 83392baf41d46f5b9be389a028ac3fa951d9fb63 Mon Sep 17 00:00:00 2001 From: Orestis Malaspinas <orestis.malaspinas@hesge.ch> Date: Thu, 20 Sep 2018 07:47:04 +0200 Subject: [PATCH] removed nightly from the installation of clippy and nightly --- installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation.md b/installation.md index b65b45e..732fb0e 100644 --- a/installation.md +++ b/installation.md @@ -73,8 +73,8 @@ Hello, World! - Permet l'installation d'outils (peut se faire avec rustup également) <pre><code data-trim="hljs sh"> -$ cargo +nightly install clippy # conseil de "beauté du code" -$ cargo +nightly install rustfmt # formattage automatique du code +$ cargo install clippy # conseil de "beauté du code" +$ cargo install rustfmt # formattage automatique du code </code></pre> -- GitLab