chaned dep nodes impl
This commit is contained in:
parent
ad1959e8e4
commit
00d02cf910
1 changed files with 2 additions and 2 deletions
|
@ -257,8 +257,8 @@ impl<D: Clone + Debug> DepNode<D> {
|
|||
let def_ids: Option<Vec<E>> = def_ids.iter().map(op).collect();
|
||||
def_ids.map(|d| ProjectionCache { def_ids: d })
|
||||
}
|
||||
DescribeDef(ref d) => op(d).map(MetaData),
|
||||
DefSpan(ref d) => op(d).map(MetaData),
|
||||
DescribeDef(ref d) => op(d).map(DescribeDef),
|
||||
DefSpan(ref d) => op(d).map(DefSpan),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue