rust/*: update path, add Tamil translation (#9637)

* rustup: add page

* rustc: add Tamil translation

* rustfmt: add Tamil translation

* rust/* : update path

* rustc: update Tamil translation

* Apply suggestions from code review

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
This commit is contained in:
K.B.Dharun Krishna
2023-01-04 09:57:33 +05:30
committed by GitHub
parent d6699a289f
commit 10bccbd1e4
7 changed files with 94 additions and 12 deletions

View File

@@ -5,12 +5,12 @@
- 格式化文件,就地覆盖原始文件:
`rustfmt {{source.rs}}`
`rustfmt {{路径/到/源文件.rs}}`
- 检查文件的格式并在控制台上显示所有更改:
`rustfmt --check {{source.rs}}`
`rustfmt --check {{路径/到/源文件.rs}}`
- 格式化之前,备份所有修改过的文件(原始文件的扩展名为 `.bk`
`rustfmt --backup {{source.rs}}`
`rustfmt --backup {{路径/到/源文件.rs}}`