Skip to content

Commit 5daaa54

Browse files
ednixmark-i-m
authored andcommitted
Fix formatting, follow 100 char line length limit
No idea why the Markdown stuff got dropped last time. Hopefully everything is fine now.
1 parent 1b76094 commit 5daaa54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,9 @@ in other sections:
300300

301301
### ctags
302302

303-
One of the challenges with rustc is that the RLS can't handle it, since it's a bootstrapping compiler. This makes code navigation difficult. One solution is to use ctags. The following script can be used to set it up: https://github.com/nikomatsakis/rust-etags.
303+
One of the challenges with rustc is that the RLS can't handle it, since it's a bootstrapping
304+
compiler. This makes code navigation difficult. One solution is to use `ctags`. The following
305+
script can be used to set it up: [https://github.com/nikomatsakis/rust-etags][etags].
304306

305307
CTAGS integrates into emacs and vim quite easily. The following can then be
306308
used to build and generate tags:

0 commit comments

Comments
 (0)