Function add_file_stem_to_module_path

Source
fn add_file_stem_to_module_path(
    file_path: &Path,
    module_path: &mut Vec<String>,
) -> Result<()>