add import necessary for test
This commit is contained in:
parent
a35c7b20d8
commit
dadf00f4a5
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user