summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clippy-flymake.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/clippy-flymake.el b/clippy-flymake.el
index ae48c09..413a5a8 100644
--- a/clippy-flymake.el
+++ b/clippy-flymake.el
@@ -25,6 +25,8 @@
;;; Code:
+(require 'cl-lib)
+
(defun clippy-flymake (report-fn &rest _args)
"Flymake backend for cargo clippy."
(unless (executable-find "cargo")