-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
docs: update RA setup documentation #6888
Conversation
d90b846
to
cb8d0ff
Compare
@matthiaskrgr please, remember, that |
Oh I did not consider that at all... 😅 |
cb8d0ff
to
a724a3b
Compare
a724a3b
to
aa6f66f
Compare
aa6f66f
to
b0ff18c
Compare
I can confirm that RA from rustc nightly finds rustc symbols now 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Should we rename the command to ide_setup
?
b0ff18c
to
3d7a84c
Compare
Yeah |
@bors r+ Thanks! |
📌 Commit 6546285 has been approved by |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Add documentation how to get rust-analyzer to like clippys
extern crate
rustc deps.Fixes #6883
This initially removed
cargo-dev ra_setup
but it is still needed by folks who use intellij rust, so keeping that.changelog: none