about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-03-02 20:56:30 -0800
committerbors <bors@rust-lang.org>2014-03-02 20:56:30 -0800
commit3f3425a5550e7d8b58d782425b09eab20b91c1c0 (patch)
treee271195f637ce4a3d3356489ad058720608e14cd
parentfbe26af3c5990fce56631154994b7a10f250d852 (diff)
parentd92fdb27cb99a9ae026cf117ab9e3bbd42523b0c (diff)
downloadrust-3f3425a5550e7d8b58d782425b09eab20b91c1c0.tar.gz
rust-3f3425a5550e7d8b58d782425b09eab20b91c1c0.zip
auto merge of #12663 : MicahChalmer/rust/emacs-remove-ws-bug-warning, r=brson
The incompatibility of rust-mode with global-whitespace-mode warned
about in the README was actually fixed by commit 581b3db3b3.  Remove the
warning from the README and close #3994.
-rw-r--r--src/etc/emacs/README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/etc/emacs/README.md b/src/etc/emacs/README.md
index edcb61a913e..8c2c1f63e65 100644
--- a/src/etc/emacs/README.md
+++ b/src/etc/emacs/README.md
@@ -76,8 +76,3 @@ The file `rust-mode-tests.el` contains tests that can be run via
 [ERT](http://www.gnu.org/software/emacs/manual/html_node/ert/index.html).
 You can use `run_rust_emacs_tests.sh` to run them in batch mode, if
 Emacs is somewhere in your `$PATH`.
-
-### Known bugs
-
-* Combining `global-whitespace-mode` and `rust-mode` is generally glitchy.
-  See [Issue #3994](https://github.com/mozilla/rust/issues/3994).