mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 13:51:31 +00:00
Some renamings for clarity
This commit is contained in:
parent
c4e2e36e4c
commit
0a20770f46
9 changed files with 28 additions and 25 deletions
|
@ -302,7 +302,7 @@ impl RootDatabase {
|
|||
hir::db::TraitDatumQuery
|
||||
hir::db::StructDatumQuery
|
||||
hir::db::ImplDatumQuery
|
||||
hir::db::SolveQuery
|
||||
hir::db::TraitSolveQuery
|
||||
];
|
||||
acc.sort_by_key(|it| std::cmp::Reverse(it.1));
|
||||
acc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue