mirror of
https://github.com/roc-lang/roc.git
synced 2025-07-24 06:55:15 +00:00
Omit more unnecessary fields from record diffs
This commit is contained in:
parent
148119c6b4
commit
dc8eb81bb2
2 changed files with 216 additions and 1 deletions
|
@ -301,6 +301,10 @@ impl AbilitySet {
|
|||
pub fn is_empty(&self) -> bool {
|
||||
self.0.is_empty()
|
||||
}
|
||||
|
||||
pub fn len(&self) -> usize {
|
||||
self.0.len()
|
||||
}
|
||||
}
|
||||
|
||||
impl FromIterator<Symbol> for AbilitySet {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue