We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b859b33 commit b43d988Copy full SHA for b43d988
src/how-to-build-and-run.md
@@ -165,8 +165,8 @@ be used to set it up: [https://github.com/nikomatsakis/rust-etags][etags].
165
CTAGS integrates into emacs and vim quite easily. The following can then be
166
used to build and generate tags:
167
168
-```
169
-rust-ctags src/lib* && ./x.py build <something>
+```console
+$ rust-ctags src/lib* && ./x.py build <something>
170
```
171
172
This allows you to do "jump-to-def" with whatever functions were around when
0 commit comments