config: derive Eq on the block-parser token enum

This commit is contained in:
Jean Chevronnet 2026-08-23 13:01:05 +00:00
parent 1166c49443
commit 8d48900ae3
No known key found for this signature in database
GPG key ID: 439666D63A9477E4

View file

@ -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,