Skip to content

Commit 0240294

Browse files
committed
fix comment round 2
1 parent 1764c42 commit 0240294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ config_data! {
220220
/// Controls file watching implementation.
221221
files_watcher: FilesWatcherDef = "\"client\"",
222222

223-
/// Exclude imports in `Find All References`
223+
/// Exclude imports from find-all-references.
224224
findAllRefs_excludeImports: bool = "false",
225225

226226
/// Enables highlighting of related references while the cursor is on `break`, `loop`, `while`, or `for` keywords.

0 commit comments

Comments
 (0)