summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFelix S. Klock II <pnkfelix@pnkfx.org>2013-07-22 12:27:46 +0200
committerFelix S. Klock II <pnkfelix@pnkfx.org>2013-07-22 12:27:46 +0200
commit1076b9c3b2fd40bf04caeedde5801ae64348530e (patch)
tree6dd44d58ce85cd3f37c3732953577e1784c986da /README.md
parent9e2221caa26dd0f4eedca857805c6dff0c85b0a2 (diff)
downloadrust-mode-1076b9c3b2fd40bf04caeedde5801ae64348530e.tar.gz
Note incompatibility with global-whitespace-mode.
See #3994.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 006dd66..02c2c24 100644
--- a/README.md
+++ b/README.md
@@ -98,3 +98,8 @@ marking, press x, and ELPA will install the packages for you (under
~/.emacs.d/elpa/).
* or using <kbd>M-x package-install rust-mode
+
+### Known bugs
+
+* Combining `global-whitespace-mode` and `rust-mode` is generally glitchy.
+ See [Issue #3994](https://github.com/mozilla/rust/issues/3994).