emacs-lsp / lsp-mode

Emacs client/library for the Language Server Protocol
https://emacs-lsp.github.io/lsp-mode
GNU General Public License v3.0
4.72k stars 861 forks source link

style(lsp-rust): Mnior clean up #4398

Closed jcs090218 closed 3 months ago

jcs090218 commented 3 months ago

~/ home directory under Windows is c:/Users/USERPROFILE/AppData/Roaming, but .cargo/registry/src and .rustup/toolchains is under c:/Users/USERPROFILE/. This patch fixes this issue.

Just minor clean up.