emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode 63deaf3 382/486: Remove old comment


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 63deaf3 382/486: Remove old comment
Date: Sat, 7 Aug 2021 09:25:57 -0400 (EDT)

branch: elpa/rust-mode
commit 63deaf385a632bb6e289ebd99ebd4dc136621084
Author: Jonas Westlund <jonaswestlund101@gmail.com>
Commit: Jonas Westlund <jonaswestlund101@gmail.com>

    Remove old comment
---
 rust-mode.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/rust-mode.el b/rust-mode.el
index fb9832a..aac4def 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -1599,8 +1599,7 @@ This is written mainly to be used as 
`end-of-defun-function' for Rust."
   (let ((file "\\([^\n]+\\)")
         (start-line "\\([0-9]+\\)")
         (start-col  "\\([0-9]+\\)"))
-    (let ((re (concat "^\\(?:error\\|\\(warning\\)\\)[^-]+--> \\(" file ":" 
start-line ":" start-col "\\)" ; --> 1:2:3
-                      )))
+    (let ((re (concat "^\\(?:error\\|\\(warning\\)\\)[^-]+--> \\(" file ":" 
start-line ":" start-col "\\)")))
       (cons re '(3 4 5 (1) 2))))
   "Specifications for matching errors in rustc invocations.
 See `compilation-error-regexp-alist' for help on their format.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]