Skip to content

Commit 30be95a

Browse files
committed
add a comment
1 parent 5a93457 commit 30be95a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/rust-analyzer/src/config.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -673,6 +673,7 @@ impl Config {
673673
FilesConfig {
674674
watcher: match self.data.files_watcher.as_str() {
675675
"notify" => FilesWatcher::Notify,
676+
// A fallback for the file watcher, defaulting to use the file watcher client
676677
_ => FilesWatcher::Client,
677678
},
678679
exclude: self.data.files_excludeDirs.iter().map(|it| self.root_path.join(it)).collect(),

0 commit comments

Comments
 (0)