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