Files
lighthouse/beacon_node
dapplion ce00ae2dc7 Use stable if matches! instead of if let match guard
`if let` guards are nightly-only (rust-lang/rust#51114), causing
`error[E0658]` and a CI `check-code` failure. Replace with the stable
`if matches!(...)` form suggested by rustc.
2026-04-30 00:08:35 +02:00
..
2026-04-29 23:18:36 +02:00
2026-04-29 14:24:25 +02:00
2026-04-29 23:00:51 +02:00
2026-04-29 17:38:49 +02:00
2026-03-06 23:09:33 +00:00