We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 194f15c + 618c444 commit bfff139Copy full SHA for bfff139
.gitignore
@@ -5,4 +5,5 @@
5
/config.mk
6
*autoloads.el
7
test/test-project/target
8
-test/test-project-single-crate/target
+test/test-project-single-crate/target
9
+.env
rustic-cargo.el
@@ -37,7 +37,7 @@
37
38
(defcustom rustic-cargo-nextest-exec-command (list "nextest" "run")
39
"Execute command to run nextest."
40
- :type 'string
+ :type '(repeat string)
41
:group 'rustic-cargo)
42
43
(defcustom rustic-cargo-run-exec-command "run"
0 commit comments