Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Rust Style Guide link #61

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/en/02_devenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ single_line_if_else_max_width = 40
```

For more information about the guidelines that `rustfmt` will check, have a look
at the [Rust Style Guide](https://github.com/rust-dev-tools/fmt-rfcs/blob/master/guide/guide.md).
at the [Rust Style Guide](https://github.com/rust-lang/rust/tree/1.79.0/src/doc/style-guide/src/README.md).

> ### Rule {{#check DENV-FORMAT | Use Rust formatter (rustfmt)}}
> The tool `rustfmt` can be used to ensure that the codebase respects style
Expand Down
2 changes: 1 addition & 1 deletion src/fr/02_devenv.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ single_line_if_else_max_width = 40
```

Pour plus d'informations à propos des règles de convention de style que
`rustfmt` propose, voir le [*Rust Style Guide*](https://github.com/rust-dev-tools/fmt-rfcs/blob/master/guide/guide.md).
`rustfmt` propose, voir le [*Rust Style Guide*](https://github.com/rust-lang/rust/tree/1.79.0/src/doc/style-guide/src/README.md).

> ### Règle {{#check DENV-FORMAT | Utilisation d'un outil de formatage (rustfmt)}}
>
Expand Down