Skip to main content

suggest_refactoring

Function suggest_refactoring 

Source
pub fn suggest_refactoring(
    path: &Path,
    extensions: Option<&[String]>,
    exclude: Option<&[String]>,
    high_priority_only: bool,
) -> Result<(), Box<dyn Error>>
Expand description

Suggest refactoring improvements for the codebase