Skip to content

Commit

Permalink
docs: fix duplicated names example
Browse files Browse the repository at this point in the history
  • Loading branch information
waynewaynetsai authored and ytmimi committed Jul 17, 2022
1 parent 0cb294f commit dde2831
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Configurations.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ doesn't get ignored when aligning.
#### `0` (default):

```rust
enum Bar {
enum Foo {
A = 0,
Bb = 1,
RandomLongVariantGoesHere = 10,
Expand Down

0 comments on commit dde2831

Please sign in to comment.