Function sqruff_lib::utils::reflow::helpers::fixes_from_results
source ยท pub fn fixes_from_results(
results: impl Iterator<Item = LintResult>,
) -> impl Iterator<Item = LintFix>Expand description
Return a list of fixes from an iterable of LintResult.