Skip to content

Commit 18b818c

Browse files
committed
Require let-alist
1 parent 5d08b16 commit 18b818c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flycheck-rust.el

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; URL: https://github.com/flycheck/flycheck-rust
77
;; Keywords: tools, convenience
88
;; Version: 0.1-cvs
9-
;; Package-Requires: ((emacs "24.1") (flycheck "0.20") (dash "2.13.0") (seq "2.15"))
9+
;; Package-Requires: ((emacs "24.1") (flycheck "0.20") (dash "2.13.0") (seq "2.15") (let-alist "1.0.4"))
1010

1111
;; This file is not part of GNU Emacs.
1212

@@ -42,6 +42,7 @@
4242
(require 'flycheck)
4343
(require 'seq)
4444
(require 'json)
45+
(require 'let-alist)
4546

4647
(defun flycheck-rust-find-manifest (file-name)
4748
"Get the Cargo.toml manifest for FILE-NAME.

0 commit comments

Comments
 (0)