You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
summary: Pattern contains record wildcard that is not used
4
+
severity: warning
5
+
flag: -Wunused-record-wildcards
6
+
introduced: 9.6.1
7
+
---
8
+
9
+
If `RecordWildCards` is enabled we can automatically bind fields of a record by using patterns like `MyRecord{..}`. Not using any of the record fields that were bound using the record wildcard syntax will result in a warning.
0 commit comments