add import necessary for test

This commit is contained in:
grimhilt 2023-09-12 15:48:37 +02:00
parent a35c7b20d8
commit dadf00f4a5

View File

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