diff --git a/docs/user/README.md b/docs/user/README.md index 8de46981b0..439c4e6ae5 100644 --- a/docs/user/README.md +++ b/docs/user/README.md @@ -74,4 +74,4 @@ Installation: [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` * 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 diff --git a/docs/user/features.md b/docs/user/features.md index 90f182f357..b9d2aa84f8 100644 --- a/docs/user/features.md +++ b/docs/user/features.md @@ -153,7 +153,7 @@ impl std::fmt::Debug<|> for Foo { } // after: -use std::fmt::Debug +use std::fmt::Debug; impl Debug<|> for Foo { }