diff options
| author | jao <jao@gnu.org> | 2026-03-10 10:22:26 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-03-25 23:45:20 +0000 |
| commit | 5c11fc1947560a1535cf093e1fbab241b4412a97 (patch) | |
| tree | 94e645a9554d85b64bfe2122fbf4384a055b2373 /custom | |
| parent | 637f6c752e109fe31ca42aaf4bb84bc95d695653 (diff) | |
| download | elibs-5c11fc1947560a1535cf093e1fbab241b4412a97.tar.gz elibs-5c11fc1947560a1535cf093e1fbab241b4412a97.tar.bz2 | |
more on rust tests
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/jao-custom-programming.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/custom/jao-custom-programming.el b/custom/jao-custom-programming.el index 6106e9a..3f17c1a 100644 --- a/custom/jao-custom-programming.el +++ b/custom/jao-custom-programming.el @@ -343,7 +343,7 @@ :bind (:map rustic-mode-map (("C-c d" . rustic-cargo-build-doc) ("C-c t w" . jao-rust-test-workspace) ("C-c t m" . jao-rust-test-module) - ("C-c t t" . rustic-cargo-current-test)))) + ("C-c t t" . jao-rust-test-current)))) (use-package rust-playground :ensure t) |
