branch: elpa/rust-mode
commit 52870b6535229ec8b0f9a3b00cd1bcd1b67e1a61
Author: Micah Chalmer <[email protected]>
Commit: Micah Chalmer <[email protected]>

    Remove unused require of misc.el
---
 rust-mode.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/rust-mode.el b/rust-mode.el
index cc4958f..abc261c 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -10,8 +10,7 @@
 
 ;;; Code:
 
-(eval-when-compile (require 'misc)
-                   (require 'rx)
+(eval-when-compile (require 'rx)
                    (require 'compile)
                    (require 'url-vars))
 

Reply via email to