]> git.lizzy.rs Git - rust.git/commitdiff
fix comment round 2
authorStanislav <enomado@users.noreply.github.com>
Thu, 8 Sep 2022 19:47:39 +0000 (22:47 +0300)
committerStanislav <enomado@users.noreply.github.com>
Thu, 8 Sep 2022 19:47:39 +0000 (22:47 +0300)
crates/rust-analyzer/src/config.rs

index 48a20189cc4c41fd6b2b7d2c739f6f85be9c988b..80a4b709e7cddfd56d85255902dd2633d9c2ace8 100644 (file)
@@ -220,7 +220,7 @@ struct ConfigData {
         /// 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.