rustfix

Function apply_suggestions

Source
pub fn apply_suggestions(
    code: &str,
    suggestions: &[Suggestion],
) -> Result<String, Error>
Expand description

Applies multiple suggestions to the given code.