From dadf00f4a5ac36221a9fb8203b8cedb9f4deba68 Mon Sep 17 00:00:00 2001 From: grimhilt Date: Tue, 12 Sep 2023 15:48:37 +0200 Subject: [PATCH] add import necessary for test --- src/utils/nextsyncignore.rs | 1 + 1 file changed, 1 insertion(+) 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() {