summaryrefslogtreecommitdiff
path: root/rust-mode.el
diff options
context:
space:
mode:
authorMicah Chalmer <micah@micahchalmer.net>2015-10-22 23:08:24 -0400
committerMicah Chalmer <micah@micahchalmer.net>2015-10-22 23:08:24 -0400
commit52870b6535229ec8b0f9a3b00cd1bcd1b67e1a61 (patch)
tree68d6e73b34e770d8f01e682028852428744b0544 /rust-mode.el
parent61a35f619ff7ba101c0cf1fc44a4b3443810a5b7 (diff)
downloadrust-mode-52870b6535229ec8b0f9a3b00cd1bcd1b67e1a61.tar.gz
Remove unused require of misc.el
Diffstat (limited to 'rust-mode.el')
-rw-r--r--rust-mode.el3
1 files changed, 1 insertions, 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))