Skip to content

Commit 63deaf3

Browse files
committed
Remove old comment
1 parent ce7a27f commit 63deaf3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rust-mode.el

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1599,8 +1599,7 @@ This is written mainly to be used as `end-of-defun-function' for Rust."
15991599
(let ((file "\\([^\n]+\\)")
16001600
(start-line "\\([0-9]+\\)")
16011601
(start-col "\\([0-9]+\\)"))
1602-
(let ((re (concat "^\\(?:error\\|\\(warning\\)\\)[^-]+--> \\(" file ":" start-line ":" start-col "\\)" ; --> 1:2:3
1603-
)))
1602+
(let ((re (concat "^\\(?:error\\|\\(warning\\)\\)[^-]+--> \\(" file ":" start-line ":" start-col "\\)")))
16041603
(cons re '(3 4 5 (1) 2))))
16051604
"Specifications for matching errors in rustc invocations.
16061605
See `compilation-error-regexp-alist' for help on their format.")

0 commit comments

Comments
 (0)