diff options
author | Mikhail Rakhmanov <[email protected]> | 2020-06-13 00:21:48 +0100 |
---|---|---|
committer | Mikhail Rakhmanov <[email protected]> | 2020-06-13 00:21:48 +0100 |
commit | eeb8b9e236796da8734ba81a49164864497f7226 (patch) | |
tree | df5ba2ecd9b9a0cc7ed2d169ff29f183681cd230 /docs/user | |
parent | 6feb52c12accbf0ef54475cf66a03e035b922749 (diff) |
Fix tests and remove unused methods
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/generated_features.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/user/generated_features.adoc b/docs/user/generated_features.adoc index 12812fa0b..56538ca90 100644 --- a/docs/user/generated_features.adoc +++ b/docs/user/generated_features.adoc | |||
@@ -118,7 +118,7 @@ Join selected lines into one, smartly fixing up whitespace, trailing commas, and | |||
118 | 118 | ||
119 | 119 | ||
120 | === Magic Completions | 120 | === Magic Completions |
121 | **Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/ra_ide/src/completion.rs#L38[completion.rs] | 121 | **Source:** https://github.com/rust-analyzer/rust-analyzer/blob/master/crates/ra_ide/src/completion.rs#L39[completion.rs] |
122 | 122 | ||
123 | In addition to usual reference completion, rust-analyzer provides some ✨magic✨ | 123 | In addition to usual reference completion, rust-analyzer provides some ✨magic✨ |
124 | completions as well: | 124 | completions as well: |