Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: use beginning-of-defun-raw for current test #17

Merged
merged 1 commit into from
Nov 21, 2024

Conversation

sunng87
Copy link
Contributor

@sunng87 sunng87 commented Oct 7, 2024

I got error that cargo-test-current-test only supports rust-mode or rustic-mode while using the rust-ts-mode. After digging into the detail, I found there is a generic beginning-of-defun-raw that supported by most major modes.

This patch switches from hard-coded function to this generic one.

@ayrat555 ayrat555 merged commit 48ac5c5 into ayrat555:master Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants