Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Translate appendix-04-useful-development-tools.md via GitLocalize #1260

Closed
wants to merge 6 commits into from
3 changes: 2 additions & 1 deletion rustbook-ru/src/appendix-04-useful-development-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ fn main() {
}
```

Для большей информации о Clippy смотрите [документацию](https://github.com/rust-lang/rustfmt).
Для большей информации о Clippy смотрите [документацию].

### Интеграция с IDE с помощью `rust-analyzer`

Expand All @@ -143,5 +143,6 @@ fn main() {


[документацию]: https://github.com/rust-lang/rustfmt
[документацию]: https://github.com/rust-lang/rust-clippy
[Language Server Protocol]: http://langserver.org/
[`rust-analyzer`]: https://rust-analyzer.github.io
Loading