branch: elpa/flymake-collection
commit 362f8f06af08a60fc768a7247964c24e5178fc89
Author: Mohsin Kaleem <mohk...@kisara.moe>
Commit: Mohsin Kaleem <mohk...@kisara.moe>

    (flymake-rest-hook): Remove cyclic dependency
    
    You can require it manually so trying to hack in automatic loading is
    unnecessary.
---
 flymake-rest-hook.el | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/flymake-rest-hook.el b/flymake-rest-hook.el
index 2793df3fcf..477b0324bb 100644
--- a/flymake-rest-hook.el
+++ b/flymake-rest-hook.el
@@ -51,8 +51,4 @@ from `flymake-rest-config' to `flymake-diagnostic-functions'."
   "Tear down flymake-hook."
   (remove-hook 'after-change-major-mode-hook #'flymake-rest-hook-set-backends))
 
-;;;###autoload
-(with-eval-after-load 'use-package
-  (require 'flymake-rest-hook-use-package))
-
 (provide 'flymake-rest-hook)

Reply via email to