mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Simplify
This commit is contained in:
parent
b38fcde3ba
commit
9e5fa74279
7 changed files with 44 additions and 52 deletions
|
@ -1673,6 +1673,7 @@ impl<'a> SemanticsScope<'a> {
|
|||
}
|
||||
}
|
||||
|
||||
#[derive(Debug)]
|
||||
pub struct VisibleTraits(pub FxHashSet<TraitId>);
|
||||
|
||||
impl ops::Deref for VisibleTraits {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue