internal: Rename AstDatabase to ExpandDatabase

This commit is contained in:
Lukas Wirth 2023-03-13 16:33:52 +01:00
parent 9fca0a4afe
commit 9fb9ee3b6a
30 changed files with 161 additions and 148 deletions

View file

@ -1,6 +1,6 @@
use either::Either;
use hir::{
db::{AstDatabase, HirDatabase},
db::{ExpandDatabase, HirDatabase},
known, AssocItem, HirDisplay, InFile, Type,
};
use ide_db::{