Skip to content

Commit 22a5ef8

Browse files
make flycheck an optional dependency (#93)
Co-authored-by: Troy Hinckley <[email protected]>
1 parent 8bb7e72 commit 22a5ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustic.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
;; Author: Mozilla
55
;;
66
;; Keywords: languages
7-
;; Package-Requires: ((emacs "28.2") (rust-mode "1.0.6") (dash "2.13.0") (f "0.18.2") (let-alist "1.0.4") (markdown-mode "2.3") (project "0.3.0") (s "1.10.0") (spinner "1.7.3") (xterm-color "1.6") (flycheck "34.0"))
7+
;; Package-Requires: ((emacs "28.2") (rust-mode "1.0.6") (dash "2.13.0") (f "0.18.2") (let-alist "1.0.4") (markdown-mode "2.3") (project "0.3.0") (s "1.10.0") (spinner "1.7.3") (xterm-color "1.6"))
88

99
;; This file is distributed under the terms of both the MIT license and the
1010
;; Apache License (version 2.0).

0 commit comments

Comments
 (0)