pub fn evaluate(survivors: Vec<Survivor>, exempt: &[String]) -> Vec<Survivor>Expand description
The shared whole-file evaluation core: drop the survivors lifted by a file-level
mutation exemption. evaluate_scoped generalizes this to per-line exemptions.