summaryrefslogtreecommitdiffhomepage
path: root/fr-fr/rust-fr.html.markdown
Commit message (Collapse)AuthorAgeLines
* [rust/fr-fr] Fix typo.Mathias Schmitt2022-07-08-1/+1
|
* [rust/fr] Update language name: rust -> Rust (#4308)mphschmitt2022-07-06-1/+1
| | | | The name was different in english and in french, which prevented the french translation from being displayed.
* [rust/all] Remove .iter() on array example (#4230)Ay3552021-11-01-1/+1
| | | As of Rust 1.53.0, arrays implement the IntoIterator trait, making .iter() on an array unnecessary
* Update rust-fr.html.markdown (#2687)Etienne Charignon2017-03-22-1/+1
|
* Update rust-fr.html.markdown (#2616)raph2017-01-02-26/+25
|
* Fix mistakes in rustven2016-09-27-13/+13
|
* Fix comment in Rust docs: box -> mine (#2365)Rob Wu2016-09-27-1/+1
| | | | The "box" is referring to the Box variable a few lines back, but that is called "mine", not "box".
* [rust/fr] - French translation for Rust tutorial (#2297)J. Ryan Rembert2016-08-16-0/+319
* Initial pass at a fr translation of Rust tutorial * Clean up formatting * Add GFM rust modifer to code black * Final pre-PR fixes * Edit YAML front-matter * Grammar and typo fixes