mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 20:42:04 +00:00
Consider import prefix config settings during flyimports
This commit is contained in:
parent
23f0d4baa1
commit
4fe5786c0c
3 changed files with 94 additions and 4 deletions
|
@ -2076,7 +2076,7 @@ impl Callable {
|
|||
}
|
||||
|
||||
/// For IDE only
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, PartialEq, Eq, Hash)]
|
||||
pub enum ScopeDef {
|
||||
ModuleDef(ModuleDef),
|
||||
MacroDef(MacroDef),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue