Skip to content

Commit b43d988

Browse files
committed
fix build
1 parent b859b33 commit b43d988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/how-to-build-and-run.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ be used to set it up: [https://github.com/nikomatsakis/rust-etags][etags].
165165
CTAGS integrates into emacs and vim quite easily. The following can then be
166166
used to build and generate tags:
167167

168-
```
169-
rust-ctags src/lib* && ./x.py build <something>
168+
```console
169+
$ rust-ctags src/lib* && ./x.py build <something>
170170
```
171171

172172
This allows you to do "jump-to-def" with whatever functions were around when

0 commit comments

Comments
 (0)