Function rustfix::apply_suggestions[][src]

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