patterns: make PatOp::ArRep match Op::ArRep
This commit is contained in:
@@ -282,7 +282,7 @@ pub enum PatOp {
|
||||
/// Matches the elements of a slice or array
|
||||
Slice,
|
||||
/// Matches a constant-size slice with repeating elements
|
||||
Arrep,
|
||||
ArRep,
|
||||
/// Matches a type annotation or struct member
|
||||
Typed,
|
||||
/// Matches a function signature
|
||||
|
||||
Reference in New Issue
Block a user