unequal → not equal
This commit is contained in:
@@ -23,6 +23,6 @@ Or maybe did you mean to unify? Consider using a guard:
|
||||
# let (A, B, C) = (1, 2, 3);
|
||||
match (A, B, C) {
|
||||
(x, x2, see) if x == x2 => { /* A and B are equal, do one thing */ }
|
||||
(y, z, see) => { /* A and B unequal; do another thing */ }
|
||||
(y, z, see) => { /* A and B not equal; do another thing */ }
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user