mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Fix typo
This commit is contained in:
parent
3068af79ff
commit
542fbcbaed
3 changed files with 3 additions and 3 deletions
|
@ -163,7 +163,7 @@ impl AnalysisHostImpl {
|
|||
.set(source_root_id, Arc::new(library.symbol_index));
|
||||
}
|
||||
self.db
|
||||
.query(crate::input::LibrarieseQuery)
|
||||
.query(crate::input::LibrariesQuery)
|
||||
.set((), Arc::new(libraries));
|
||||
}
|
||||
if let Some(crate_graph) = change.crate_graph {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue