diff --git a/src/utils/nextsyncignore.rs b/src/utils/nextsyncignore.rs index 256d075..4764b94 100644 --- a/src/utils/nextsyncignore.rs +++ b/src/utils/nextsyncignore.rs @@ -2,6 +2,7 @@ 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, ()> { if let Some(path) = path::nextsyncignore() {