Skip to main content

check_project_files_workspace

Function check_project_files_workspace 

Source
pub fn check_project_files_workspace(
    root: &Path,
    files: &[PathBuf],
    cfg: &Config,
    scheme: &str,
    report: bool,
    workspace: &dyn CheckWorkspace,
) -> Result<(Vec<FileReport>, Vec<FileError>)>