Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'docs/book/src/troubleshooting.md')
| -rw-r--r-- | docs/book/src/troubleshooting.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/book/src/troubleshooting.md b/docs/book/src/troubleshooting.md index a357cbef41..c315bfad7f 100644 --- a/docs/book/src/troubleshooting.md +++ b/docs/book/src/troubleshooting.md @@ -37,13 +37,13 @@ bypassing LSP machinery. When filing issues, it is useful (but not necessary) to try to minimize examples. An ideal bug reproduction looks like this: -```shell -$ git clone https://github.com/username/repo.git && cd repo && git switch --detach commit-hash -$ rust-analyzer --version +```bash +git clone https://github.com/username/repo.git && cd repo && git switch --detach commit-hash +rust-analyzer --version rust-analyzer dd12184e4 2021-05-08 dev -$ rust-analyzer analysis-stats . -π π π +rust-analyzer analysis-stats . ``` +π π π It is especially useful when the `repo` doesnβt use external crates or the standard library. |