From 5c11fc1947560a1535cf093e1fbab241b4412a97 Mon Sep 17 00:00:00 2001 From: jao Date: Tue, 10 Mar 2026 10:22:26 +0000 Subject: more on rust tests --- custom/jao-custom-programming.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'custom/jao-custom-programming.el') 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) -- cgit v1.2.3