docs: fix duplicated names example
This commit is contained in:
parent
0cb294f05c
commit
dde28314da
@ -589,7 +589,7 @@ doesn't get ignored when aligning.
|
|||||||
#### `0` (default):
|
#### `0` (default):
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
enum Bar {
|
enum Foo {
|
||||||
A = 0,
|
A = 0,
|
||||||
Bb = 1,
|
Bb = 1,
|
||||||
RandomLongVariantGoesHere = 10,
|
RandomLongVariantGoesHere = 10,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user