Skip to content

Commit

Permalink
dependency removed (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ponimas authored and grafov committed Aug 7, 2018
1 parent 2f22ec7 commit 092c8b1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions rust-playground.el
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
;; URL: https://github.com/grafov/rust-playground
;; Version: 0.2.1
;; Keywords: tools, rust
;; Package-Requires: ((emacs "24.3") (rust-mode "0.3.0"))
;; Package-Requires: ((emacs "24.3"))

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

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

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

Expand All @@ -39,8 +38,7 @@
(require 'time-stamp)

(defgroup rust-playground nil
"Options specific to Rust Playground."
:group 'rust-mode)
"Options specific to Rust Playground.")

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

0 comments on commit 092c8b1

Please sign in to comment.