-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Emacs rust-mode should have its own repository #12786
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
Comments
👍 |
cc #8793 |
👍 |
I am hoping to do this very soon: http://discuss.rust-lang.org/t/moving-editor-highlighting-into-their-own-repos/1395 |
Awesome! |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jul 25, 2022
…ievink Fix extract variable assist for subexpression in mutable borrow This checks if the expression is in a mutable borrow and if so makes the extracted variable `mut`. Closes rust-lang#12786
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since partial cloning does not exist with git, any user interested in using and/or contributing to rust-mode have the choice between clone the whole repository for 1% of it, or directly download the file (thanks to this GitHub feature).
So, in answer to #1490, I really think that rust-mode should have its own repository, with its own contributors, issues, PR, etc. It still could be a part of this repository as a submodule, but I can't see the point of handling it here.
More generally, I don't understand why projects that are not part of Rust source code are in this repository.
The text was updated successfully, but these errors were encountered: