pub fn validate_resolved(config: &ResolvedCrateConfig) -> Result<(), AlefError>Expand description
Validate user-supplied pipeline overrides in a resolved per-crate config.
Operates on the merged pipeline maps (already HashMap rather than
Option<HashMap>) that ResolvedCrateConfig carries after workspace
defaults are folded in.