Support underscores in assignment patterns

This commit is contained in:
Ayaz Hafiz 2022-07-22 16:06:32 -04:00
parent 569e90d682
commit beccc92c87
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
4 changed files with 16 additions and 25 deletions

View file

@ -16,7 +16,6 @@ pub struct CycleEntry {
#[derive(Clone, Debug, PartialEq)]
pub enum BadPattern {
UnderscoreInDef,
Unsupported(PatternType),
}