pub fn apply_fixes(source: &str) -> (String, u32)
Apply auto-fixes for fixable lints. Returns the fixed source content and the number of fixes applied.
Currently fixable: missing-type (adds TYPE any).
missing-type
TYPE any