mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Re-export Origin to replace ExpansionOrigin
This commit is contained in:
parent
61360fdfec
commit
b53587c7bd
4 changed files with 11 additions and 17 deletions
|
@ -104,6 +104,7 @@ impl Shift {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug, Eq, PartialEq)]
|
||||
pub enum Origin {
|
||||
Def,
|
||||
Call,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue