(&self)
| 562 | } |
| 563 | |
| 564 | fn allow_unqualified_references(&self) -> bool { |
| 565 | match &self.inner { |
| 566 | ScopeCursorInner::Item { item, .. } => item.allow_unqualified_references, |
| 567 | ScopeCursorInner::UngroupedColumn(uc) => uc.allow_unqualified_references, |
| 568 | } |
| 569 | } |
| 570 | } |