diff options
| -rw-r--r-- | rust-mode-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rust-mode-tests.el b/rust-mode-tests.el index 6c967bf..e4949b2 100644 --- a/rust-mode-tests.el +++ b/rust-mode-tests.el @@ -3482,6 +3482,7 @@ impl Two<'a> { "let x = dbg!(\"foo, bar\")")) (ert-deftest rust-test-project-located () + (skip-unless (executable-find rust-cargo-bin)) (let* ((test-dir (expand-file-name "test-project/" default-directory)) (manifest-file (expand-file-name "Cargo.toml" test-dir))) (let ((default-directory test-dir)) |
