Function rustfix::apply_suggestions
source · pub fn apply_suggestions(
code: &str,
suggestions: &[Suggestion]
) -> Result<String, Error>Expand description
Applies multiple suggestions to the given code.
pub fn apply_suggestions(
code: &str,
suggestions: &[Suggestion]
) -> Result<String, Error>Applies multiple suggestions to the given code.