change name of functions

This commit is contained in:
grimhilt
2023-10-21 21:48:21 +02:00
parent 9ea1d01c27
commit 908ead5b11
14 changed files with 46 additions and 10 deletions

View File

@@ -2,7 +2,6 @@ use std::fs::File;
use std::io::{BufReader, BufRead};
use regex::Regex;
use crate::utils::path;
use std::io::Cursor;
pub fn read_lines() -> Result<Vec<String>, ()> {
if let Some(path) = path::nextsyncignore() {