Skip to main content

apply_until_stable

Function apply_until_stable 

Source
pub fn apply_until_stable(
    path: &Path,
    source: &str,
    enabled_rules: &[RuleId],
    include_review: bool,
) -> Result<String>
Expand description

Apply all currently available safe/review plans until the source reaches a fixed point. Plans can overlap, so one disjoint pass may intentionally leave a second transformation for the next analysis pass.