mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
fixes
This commit is contained in:
parent
728990a580
commit
ac6749d18c
2 changed files with 2 additions and 2 deletions
|
@ -74,4 +74,4 @@ Installation:
|
||||||
[ra-emacs-lsp.el](https://github.com/rust-analyzer/rust-analyzer/blob/69ee5c9c5ef212f7911028c9ddf581559e6565c3/editors/emacs/ra-emacs-lsp.el)
|
[ra-emacs-lsp.el](https://github.com/rust-analyzer/rust-analyzer/blob/69ee5c9c5ef212f7911028c9ddf581559e6565c3/editors/emacs/ra-emacs-lsp.el)
|
||||||
to load path and require it in `init.el`
|
to load path and require it in `init.el`
|
||||||
* run `lsp` in a rust buffer
|
* run `lsp` in a rust buffer
|
||||||
* (Optionally) bind commands like `join-lines` or `extend-selection` to keys
|
* (Optionally) bind commands like `rust-analyzer-join-lines` or `rust-analyzer-extend-selection` to keys
|
||||||
|
|
|
@ -153,7 +153,7 @@ impl std::fmt::Debug<|> for Foo {
|
||||||
}
|
}
|
||||||
|
|
||||||
// after:
|
// after:
|
||||||
use std::fmt::Debug
|
use std::fmt::Debug;
|
||||||
|
|
||||||
impl Debug<|> for Foo {
|
impl Debug<|> for Foo {
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue