diff options
| author | Stanislav <enomado@users.noreply.github.com> | 2022-09-08 22:47:39 +0300 |
|---|---|---|
| committer | Stanislav <enomado@users.noreply.github.com> | 2022-09-08 22:47:39 +0300 |
| commit | 0240294759379bc6807d2f1b87391075c84f6bf3 (patch) | |
| tree | cebf524c0f3bf0732ee8ceddf70dc57875abbf6a | |
| parent | 1764c425186142e4078e4dc1774321871f6f2eee (diff) | |
fix comment round 2
| -rw-r--r-- | crates/rust-analyzer/src/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rust-analyzer/src/config.rs b/crates/rust-analyzer/src/config.rs index 48a20189cc4..80a4b709e7c 100644 --- a/crates/rust-analyzer/src/config.rs +++ b/crates/rust-analyzer/src/config.rs @@ -220,7 +220,7 @@ config_data! { /// Controls file watching implementation. files_watcher: FilesWatcherDef = "\"client\"", - /// Exclude imports in `Find All References` + /// Exclude imports from find-all-references. findAllRefs_excludeImports: bool = "false", /// Enables highlighting of related references while the cursor is on `break`, `loop`, `while`, or `for` keywords. |
