mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 22:54:58 +00:00
rename
This commit is contained in:
parent
5e7f4202cf
commit
00df339c41
6 changed files with 26 additions and 26 deletions
|
@ -127,7 +127,7 @@ salsa::database_storage! {
|
|||
impl hir::db::HirDatabase {
|
||||
fn module_tree() for hir::db::ModuleTreeQuery;
|
||||
fn fn_scopes() for hir::db::FnScopesQuery;
|
||||
fn _file_items() for hir::db::FileItemsQuery;
|
||||
fn _file_items() for hir::db::SourceFileItemsQuery;
|
||||
fn _file_item() for hir::db::FileItemQuery;
|
||||
fn _input_module_items() for hir::db::InputModuleItemsQuery;
|
||||
fn _item_map() for hir::db::ItemMapQuery;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue