Auto merge of #27495 - tshepang:patch-6, r=Gankro
This commit is contained in:
commit
1fe32ca12c
@ -1199,8 +1199,8 @@ An example of an `enum` item and its use:
|
||||
|
||||
```
|
||||
enum Animal {
|
||||
Dog,
|
||||
Cat
|
||||
Dog,
|
||||
Cat,
|
||||
}
|
||||
|
||||
let mut a: Animal = Animal::Dog;
|
||||
|
Loading…
x
Reference in New Issue
Block a user