rust-by-example
rust-by-example copied to clipboard
Rust by example
Fixed a typo, moved a pipe '|' from one line to the other.
- [ ] [Introduction](https://gitlocalize.com/repo/2509/ru/rust-by-example/src/index.md) - [ ] [Hello World](https://gitlocalize.com/repo/2509/ru/rust-by-example/src/hello.md) - [ ] [Comments](https://gitlocalize.com/repo/2509/ru/rust-by-example/src/hello/comment.md) - [ ] [Formatted print](https://gitlocalize.com/repo/2509/ru/rust-by-example/src/hello/print.md) - [ ] [Debug](https://gitlocalize.com/repo/2509/ru/rust-by-example/src/hello/print/print_debug.md) - [ ] [Display](https://gitlocalize.com/repo/2509/ru/rust-by-example/src/hello/print/print_display.md) - [ ] [Testcase:...
В некоторых файлах используется "TODO", в некоторых оно переведено как "Задание". Например в главе ["Захват"](https://github.com/rust-lang-ru/rust-by-example/blob/master/rust-by-example-ru/src/fn/closures/capture.md) используется "TODO": ```rust //let reborrow = &mut count; // ^ TODO: попробуйте раскомментировать эту строку....
This is only suggestion. I'm a contributer of Japanese translation of RBE, and worked to merge Japanese translation into the official repository. I think merging into the official has some...