6
6
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
7
7
** Table of Contents**
8
8
9
- - [ Introduction] ( #introduction )
10
- - [ Installation] ( #installation )
11
- - [ Melpa] ( #melpa )
12
- - [ Manual installation] ( #manual-installation )
13
- - [ Feature guide] ( #feature-guide )
14
- - [ Indentation] ( #indentation )
15
- - [ Code formatting] ( #code-formatting )
16
- - [ Running / testing / compiling code] ( #running--testing--compiling-code )
17
- - [ Clippy] ( #clippy )
18
- - [ Easy insertion of dbg!] ( #easy-insertion-of-dbg )
19
- - [ Other recommended packages] ( #other-recommended-packages )
20
- - [ Auto-completion / code navigation] ( #auto-completion--code-navigation )
21
- - [ flycheck] ( #flycheck )
22
- - [ cargo.el] ( #cargoel )
23
- - [ Rustic] ( #rustic )
24
- - [ For package maintainers] ( #for-package-maintainers )
25
- - [ Tests] ( #tests )
9
+ - [ rust-mode] ( #rust-mode )
10
+ - [ Introduction] ( #introduction )
11
+ - [ Known issues] ( #known-issues )
12
+ - [ Installation] ( #installation )
13
+ - [ Melpa] ( #melpa )
14
+ - [ Manual installation] ( #manual-installation )
15
+ - [ Feature guide] ( #feature-guide )
16
+ - [ Indentation] ( #indentation )
17
+ - [ Code formatting] ( #code-formatting )
18
+ - [ Running / testing / compiling code] ( #running--testing--compiling-code )
19
+ - [ Clippy] ( #clippy )
20
+ - [ Easy insertion of dbg!] ( #easy-insertion-of-dbg )
21
+ - [ Other recommended packages] ( #other-recommended-packages )
22
+ - [ Auto-completion / code navigation] ( #auto-completion--code-navigation )
23
+ - [ flycheck] ( #flycheck )
24
+ - [ cargo.el] ( #cargoel )
25
+ - [ cargo-mode] ( #cargo-mode )
26
+ - [ Rustic] ( #rustic )
27
+ - [ For package maintainers] ( #for-package-maintainers )
28
+ - [ Tests] ( #tests )
26
29
27
30
<!-- markdown-toc end -->
28
31
@@ -41,6 +44,10 @@ This mode does _not_ provide autocompletion, or jumping to function /
41
44
trait definitions. See [ Auto-completion / code navigation] ( #auto-completion--code-navigation )
42
45
below for tips on how to enable this.
43
46
47
+ ## Known issues
48
+
49
+ - ` rust-syntax-propertize ` and ` adaptive-wrap-prefix-mode ` can lead to
50
+ severe lag when editing larger files (#107 )
44
51
45
52
## Installation
46
53
0 commit comments