Skip to content
Snippets Groups Projects
Commit 83392baf authored by orestis.malaspin's avatar orestis.malaspin
Browse files

removed nightly from the installation of clippy and nightly

parent 01ed392b
Branches
No related tags found
No related merge requests found
Pipeline #
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment