diff options
Diffstat (limited to 'flymake-clippy.el')
| -rw-r--r-- | flymake-clippy.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/flymake-clippy.el b/flymake-clippy.el index 2ecf61e..7925362 100644 --- a/flymake-clippy.el +++ b/flymake-clippy.el @@ -24,7 +24,9 @@ ;;; Commentary: ;; Flymake backend for Clippy, the Rust linter. -;; https://doc.rust-lang.org/stable/clippy/index.html +;; +;; (use-package flymake-clippy +;; :hook (rust-mode . flymake-clippy-setup-backend)) ;;; Code: |
