Files
foxhunt/crates
jgrusewski 39d18f582b cleanup(fflag): delete dead use_spectral_norm in RainbowNetworkConfig — [FFLAG-002]
RainbowNetworkConfig.use_spectral_norm + spectral_norm_iterations were
declared but never read anywhere in the workspace. Defaulted false, set
false at the sole construction site. Pure write-only pair. Deleted both
fields + 2 construction sites. Serde default (no deny_unknown_fields)
keeps old JSON configs deserializable.
2026-04-20 22:26:57 +02:00
..