Skip to main content

apply_patches

Function apply_patches 

Source
pub async fn apply_patches(
    patches: &[FixPatch],
    world: &mut World,
) -> Vec<String>
Expand description

Apply auto-fix patches; return short descriptions of those that succeeded.

Made pub (was pub(crate)) so integration tests can call it directly.