Consider import prefix config settings during flyimports

This commit is contained in:
Kirill Bulatov 2021-02-20 13:53:50 +02:00
parent 23f0d4baa1
commit 4fe5786c0c
3 changed files with 94 additions and 4 deletions

View file

@ -2076,7 +2076,7 @@ impl Callable {
}
/// For IDE only
#[derive(Debug)]
#[derive(Debug, PartialEq, Eq, Hash)]
pub enum ScopeDef {
ModuleDef(ModuleDef),
MacroDef(MacroDef),