Function rustfix::apply_suggestions

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