| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
The name was different in english and in french, which prevented
the french translation from being displayed.
|
|
|
| |
As of Rust 1.53.0, arrays implement the IntoIterator trait, making .iter() on an array unnecessary
|
| |
|
| |
|
| |
|
|
|
|
| |
The "box" is referring to the Box variable a few lines back, but that is
called "mine", not "box".
|
|
* 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
|