Skip to content

Commit

Permalink
remove deprecated variable
Browse files Browse the repository at this point in the history
  • Loading branch information
brotzeit committed Jan 29, 2022
1 parent fcbfbe7 commit 6bda15c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions rustic-cargo.el
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,7 @@ stored in this variable.")

(defun rustic-cargo-run-test (test)
"Run TEST which can be a single test or mod name."
(let* ((command (list (rustic-cargo-bin) "test" test))
(c (append command))
(let* ((c (list (rustic-cargo-bin) "test" test))
(buf rustic-test-buffer-name)
(proc rustic-test-process-name)
(mode 'rustic-cargo-test-mode))
Expand Down

0 comments on commit 6bda15c

Please sign in to comment.