mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Simplify
This commit is contained in:
parent
539b0c2582
commit
22b2c2fdf7
8 changed files with 72 additions and 79 deletions
|
@ -3024,7 +3024,7 @@ impl Callable {
|
|||
}
|
||||
|
||||
/// For IDE only
|
||||
#[derive(Debug, PartialEq, Eq, Hash)]
|
||||
#[derive(Copy, Clone, Debug, PartialEq, Eq, Hash)]
|
||||
pub enum ScopeDef {
|
||||
ModuleDef(ModuleDef),
|
||||
MacroDef(MacroDef),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue