From 6b71a8a82e2102d66f6d5b41dc8a4fdd03f9f8cb Mon Sep 17 00:00:00 2001 From: Graham Marlow Date: Tue, 13 Jun 2023 07:56:30 -0700 Subject: require cl-lib --- clippy-flymake.el | 2 ++ 1 file changed, 2 insertions(+) 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") -- cgit v1.2.3