Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
rust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
orestis.malaspin
rust
Commits
83392baf
There was a problem fetching the pipeline summary.
Commit
83392baf
authored
6 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
removed nightly from the installation of clippy and nightly
parent
01ed392b
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
installation.md
+2
-2
2 additions, 2 deletions
installation.md
with
2 additions
and
2 deletions
installation.md
+
2
−
2
View file @
83392baf
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment