fix build
This commit is contained in:
parent
047464aa42
commit
e0a0329027
1 changed files with 2 additions and 2 deletions
|
|
@ -165,8 +165,8 @@ be used to set it up: [https://github.com/nikomatsakis/rust-etags][etags].
|
|||
CTAGS integrates into emacs and vim quite easily. The following can then be
|
||||
used to build and generate tags:
|
||||
|
||||
```
|
||||
rust-ctags src/lib* && ./x.py build <something>
|
||||
```console
|
||||
$ rust-ctags src/lib* && ./x.py build <something>
|
||||
```
|
||||
|
||||
This allows you to do "jump-to-def" with whatever functions were around when
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue