]> git.lizzy.rs Git - rust.git/commitdiff
Emacs: Remove README warning of old whitespace bug
authorMicah Chalmer <micah@micahchalmer.net>
Mon, 3 Mar 2014 03:02:18 +0000 (22:02 -0500)
committerMicah Chalmer <micah@micahchalmer.net>
Mon, 3 Mar 2014 03:02:18 +0000 (22:02 -0500)
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.

src/etc/emacs/README.md

index edcb61a913e47b5c442c03eb3a2e53007680dab3..8c2c1f63e652b4e9e7d3c2f056352738fc66ca82 100644 (file)
@@ -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).