Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
duniter_website_fr
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
vincentux
duniter_website_fr
Commits
d811de58
Commit
d811de58
authored
6 years ago
by
inso
Browse files
Options
Downloads
Patches
Plain Diff
Update installer-son-environnement-rust.md
parent
d1be129a
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/pages/wiki/duniter-rs/installer-son-environnement-rust.md
+2
-2
2 additions, 2 deletions
...pages/wiki/duniter-rs/installer-son-environnement-rust.md
with
2 additions
and
2 deletions
content/pages/wiki/duniter-rs/installer-son-environnement-rust.md
+
2
−
2
View file @
d811de58
...
...
@@ -52,12 +52,12 @@ Il y a deux façons d'installer clippy :
Éxécutez la commande suivante :
cargo +nightly install clippy
rustup component add clippy-preview
Attention c'est long, et vous devez impérativement attendre que la compilation soit terminée avant de lancer Clippy.
Pour lancer clippy, rendez-vous a la racine de votre projet puis éxécutez la commande suivante :
cargo
+nightly
clippy --all
cargo clippy --all
Clippy vas alors vous signaler de façopn très pédagogique tout ce qu'il conviens de modifier dans votre code pour être plus dans "l'esprit rust".
...
...
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