File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 6
6
; ; URL: https://github.com/grafov/rust-playground
7
7
; ; Version: 0.2.1
8
8
; ; Keywords: tools, rust
9
- ; ; Package-Requires: ((emacs "24.3") (rust-mode "0.3.0") )
9
+ ; ; Package-Requires: ((emacs "24.3"))
10
10
11
11
; ; This program is free software; you can redistribute it and/or modify
12
12
; ; it under the terms of the GNU General Public License as published by
28
28
; ; Toggle between Cargo.toml and main.rs with `C-c b`
29
29
; ; Delete the current playground and close all buffers with `C-c k`
30
30
31
- ; ; Playground works in conjunction with `rust-mode` and requires
32
- ; ; preconfigured environment for Rust language.
31
+ ; ; Playground requires preconfigured environment for Rust language.
33
32
34
33
; ; It is port of github.com/grafov/go-playground for Go language.
35
34
39
38
(require 'time-stamp )
40
39
41
40
(defgroup rust-playground nil
42
- " Options specific to Rust Playground."
43
- :group 'rust-mode )
41
+ " Options specific to Rust Playground." )
44
42
45
43
; ; I think it should be defined in rust-mode.
46
44
(defcustom rust-playground-run-command " cargo run"
You can’t perform that action at this time.
0 commit comments