Skip to content

Commit 092c8b1

Browse files
ponimasgrafov
authored andcommitted
dependency removed (#9)
1 parent 2f22ec7 commit 092c8b1

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

rust-playground.el

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
;; URL: https://github.com/grafov/rust-playground
77
;; Version: 0.2.1
88
;; Keywords: tools, rust
9-
;; Package-Requires: ((emacs "24.3") (rust-mode "0.3.0"))
9+
;; Package-Requires: ((emacs "24.3"))
1010

1111
;; This program is free software; you can redistribute it and/or modify
1212
;; it under the terms of the GNU General Public License as published by
@@ -28,8 +28,7 @@
2828
;; Toggle between Cargo.toml and main.rs with `C-c b`
2929
;; Delete the current playground and close all buffers with `C-c k`
3030

31-
;; Playground works in conjunction with `rust-mode` and requires
32-
;; preconfigured environment for Rust language.
31+
;; Playground requires preconfigured environment for Rust language.
3332

3433
;; It is port of github.com/grafov/go-playground for Go language.
3534

@@ -39,8 +38,7 @@
3938
(require 'time-stamp)
4039

4140
(defgroup rust-playground nil
42-
"Options specific to Rust Playground."
43-
:group 'rust-mode)
41+
"Options specific to Rust Playground.")
4442

4543
;; I think it should be defined in rust-mode.
4644
(defcustom rust-playground-run-command "cargo run"

0 commit comments

Comments
 (0)