From a102a55418c3f90bb455a004e0e6a9316aa15318 Mon Sep 17 00:00:00 2001 From: XenorInspire <44984461+XenorInspire@users.noreply.github.com> Date: Wed, 10 Jul 2024 10:28:10 +0200 Subject: [PATCH 1/4] Update Rust Style Guide link (fr) --- src/fr/02_devenv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fr/02_devenv.md b/src/fr/02_devenv.md index 0c0690b..8f7b522 100644 --- a/src/fr/02_devenv.md +++ b/src/fr/02_devenv.md @@ -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/master/src/doc/style-guide/src). > ### Règle {{#check DENV-FORMAT | Utilisation d'un outil de formatage (rustfmt)}} > From 949cf71d1eef11bdb36abb7649f1f4cb9468520e Mon Sep 17 00:00:00 2001 From: XenorInspire <44984461+XenorInspire@users.noreply.github.com> Date: Wed, 10 Jul 2024 10:28:59 +0200 Subject: [PATCH 2/4] Update Rust Style Guide link (en) --- src/en/02_devenv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/02_devenv.md b/src/en/02_devenv.md index 1e1d4cb..e4d1088 100644 --- a/src/en/02_devenv.md +++ b/src/en/02_devenv.md @@ -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/master/src/doc/style-guide/src). > ### Rule {{#check DENV-FORMAT | Use Rust formatter (rustfmt)}} > The tool `rustfmt` can be used to ensure that the codebase respects style From c4e7bf51886fe3276bedac856f15b8b52eebb8ce Mon Sep 17 00:00:00 2001 From: XenorInspire <44984461+XenorInspire@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:39:52 +0200 Subject: [PATCH 3/4] Update Rust Style Guide link by freezing version + add readme.md For english language Co-authored-by: Daniel Henry-Mantilla --- src/en/02_devenv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/en/02_devenv.md b/src/en/02_devenv.md index e4d1088..5eeaecd 100644 --- a/src/en/02_devenv.md +++ b/src/en/02_devenv.md @@ -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-lang/rust/tree/master/src/doc/style-guide/src). +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 From 248e3894e524762b1398f0e4a6ac77b0fa10b460 Mon Sep 17 00:00:00 2001 From: XenorInspire <44984461+XenorInspire@users.noreply.github.com> Date: Wed, 10 Jul 2024 14:44:25 +0200 Subject: [PATCH 4/4] Update Rust Style Guide link by freezing version + add readme.md For french language --- src/fr/02_devenv.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fr/02_devenv.md b/src/fr/02_devenv.md index 8f7b522..3ad127e 100644 --- a/src/fr/02_devenv.md +++ b/src/fr/02_devenv.md @@ -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-lang/rust/tree/master/src/doc/style-guide/src). +`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)}} >