Remove explicit generic type parameter
This commit is contained in:
parent
b5a7cb331f
commit
a1773f8a67
@ -120,7 +120,7 @@ impl Config {
|
||||
set(value, "/withSysroot", &mut self.with_sysroot);
|
||||
set(value, "/featureFlags/lsp.diagnostics", &mut self.publish_diagnostics);
|
||||
set(value, "/lruCapacity", &mut self.lru_capacity);
|
||||
self.files.watcher = match get::<&str>(value, "/files/watcher") {
|
||||
self.files.watcher = match get(value, "/files/watcher") {
|
||||
Some("client") => FilesWatcher::Client,
|
||||
Some("notify") | _ => FilesWatcher::Notify
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user