config: derive Eq on the block-parser token enum
This commit is contained in:
parent
1166c49443
commit
8d48900ae3
1 changed files with 1 additions and 1 deletions
|
|
@ -387,7 +387,7 @@ impl Config {
|
||||||
// other block (`set`, `limits`, …) is cosmetic grouping whose fields are flat
|
// other block (`set`, `limits`, …) is cosmetic grouping whose fields are flat
|
||||||
// keys, so the long tail of module options needs no per-key mapping.
|
// keys, so the long tail of module options needs no per-key mapping.
|
||||||
|
|
||||||
#[derive(PartialEq)]
|
#[derive(PartialEq, Eq)]
|
||||||
enum Tok {
|
enum Tok {
|
||||||
Open,
|
Open,
|
||||||
Close,
|
Close,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue