Merge pull request #42 from marier-nico/patch-1

Import std::fs with the regex feature
This commit is contained in:
Harry Fei
2021-07-31 14:18:32 +08:00
committed by GitHub
+2
View File
@@ -7,6 +7,8 @@ use either::Either;
use regex::Regex;
use std::env;
use std::ffi::OsStr;
#[cfg(feature = "regex")]
use std::fs;
use std::iter;
use std::path::{Path, PathBuf};