branch: elpa/rust-mode
commit 76bcb8d3a256aab62f5752ced4da7045f6b31ebe
Author: Corey Richardson <[email protected]>
Commit: Corey Richardson <[email protected]>

    etc: attempts at fixing editor highlighting for new attribute syntax
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index 5cee600..26bdf7d 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -122,7 +122,7 @@
                        ;; but the "else" or "{" should align with the beginning
                        ;; of the expression it's in.)
                        (looking-at "\\<else\\>\\|{")
-                       
+
                        (save-excursion
                          (rust-rewind-irrelevant)
                          ;; Point is now at the end of the previous ine

Reply via email to