diff options
| -rw-r--r-- | clippy-flymake.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clippy-flymake.el b/clippy-flymake.el index ecfeb0d..3afdce2 100644 --- a/clippy-flymake.el +++ b/clippy-flymake.el @@ -35,7 +35,7 @@ "Create a regular expression to search Clippy warnings for FILENAME." (rx (seq line-start ;; Message - (group "warning:" + (group (or "warning:" "error:") (zero-or-more nonl)) "\n" (zero-or-more nonl) |
